|
|
(5 intermediate revisions by 2 users not shown) |
Line 1: |
Line 1: |
− | [[Category:SweStore]] | + | #REDIRECT[[Swestore Documentation Moved]] |
− | [[Category:SweStore user guide]]
| |
− | [[SweStore|< SweStore]]
| |
− | | |
− | | |
− | Copying a single file to a local file:
| |
− | | |
− | globus-url-copy gsiftp://srm.swegrid.se/snic/myproject/myfile file:///home/myname/myfile
| |
− | | |
− | Copying a single file to a directory:
| |
− | | |
− | globus-url-copy gsiftp://srm.swegrid.se/snic/myproject/myfile gsiftp://srm.swegrid.se/snic/myproject/mydir/
| |
− | | |
− | Copying a directory recursively to a local directory (verbose -v):
| |
− | | |
− | globus-url-copy -v -cd -r gsiftp://srm.swegrid.se/snic/myproject/test2/ file:///home/myname/test2/
| |
− | | |
− | Listing files in a directory:
| |
− | | |
− | globus-url-copy -list gsiftp://srm.swegrid.se/snic/myproject/
| |
− | | |
− | P.S. Please note the trailing slashes for directories.
| |