-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
41 lines (30 loc) · 1.25 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
PeggyVine - A FTP client for gLite Grid Environments
###################################################
Started on 20.3.2012
This is a Python 2.4 based Grid FTP Client using the lfc2 library for ptyhon ( ubuntu package
python-lfc , https://gilda.ct.infn.it/wikimain/-/wiki/Main/LfcAPI ).
Usage
#####
Make sure to have setup a proxy using 'grit-proxy-init'
Extract source and inside the source folder run
'python2 ./PeggyVine.py'
Program will run in a shell like environment promting '>>'
Run 'help' to get a list of supported commands
Installation
############
The program depends on >python2.4 , lfc2 python library and lcg_util python library.
Make sure the following environment variables are set
"LCG_LOCATION" ... path to the lfc2 and lcg_util installation ( assuming subpath '/lib64/python2.4/site-packages/'
if not, change head of source file utils/lfcCmd.py accordingly)
e.g. export LCG_LOCATION = "/opt/lcg"
"LFC_HOME" ... default LFC path
e.g. export LFC_HOME = "/grid/tut.vo.ibergrid.eu"
"LCG_GFAL_VO" ... Specifies the grid VO to use
e.g. export LCG_GFAL_VO = "tut.vo.ibergrid.eu"
Bugs
####
Well, time will tell ...
Notes
#####
If you make any real of this application or want a neat feature, let me know!
Author: Pasieka Manuel , [email protected]