table of contents
PEGASUS-GRIDFTP(1) | Pegasus Manual | PEGASUS-GRIDFTP(1) |
NAME¶
pegasus-gridftp - Perform file and directory operations on remote GridFTP servers
SYNOPSIS¶
pegasus-gridftp ls [options] [URL...] pegasus-gridftp mkdir [options] [URL...] pegasus-gridftp rm [options] [URL...]
DESCRIPTION¶
pegasus-gridftp is a client for Globus GridFTP servers. It enables remote operations on files and directories via the GridFTP protocol. This tool was created to enable more efficient remote directory creation and file cleanup tasks in Pegasus.
OPTIONS¶
Global Options¶
-v
-i FILE
rm Options¶
-f
-r
ls Options¶
-a
-l
mkdir Options¶
-p
-f
SUBCOMMANDS¶
pegasus-gridftp has several subcommands to implement different operations.
ls
mkdir
rm
URL FORMAT¶
All URLs supplied to pegasus-gridftp should begin with "gsiftp://".
CONFIGURATION¶
pegasus-gridftp uses the CoG JGlobus API to communicate with remote GridFTP servers. Refer to the CoG JGlobus documentation for information about configuring the API, such as how to specify the user’s proxy, etc.
RETURN VALUE¶
pegasus-gridftp returns a zero exist status if the operation is successful. A non-zero exit status is returned in case of failure.
AUTHOR¶
Gideon Juve <gideon@isi.edu>
Pegasus Team http://pegasus.isi.edu
11/09/2018 | Pegasus 4.4.0 |