-h,--help
show help about the command.
-V,--version
output version information and exit.
-v,--verbose
verbose mode. Repeat up to 3 times for the most verbose mode.
-D,--definitionDEFINITION
define properties for gfal2. Definitions have the following syntax: "CONFIG_GROUP:KEY=VALUE"
-t,--timeoutTIMEOUT
global timeout for the execution of the command. Command is interrupted if time expires before it
finishes. Note: A grace period of 30 seconds is given to the global timeout.
-E,--certCERT
user certificate. (This option takes effect only after X509_USER_PROXY environment variable and
default /tmp/x509up_u`id -u` location cannot provide a certificate)
--keyKEY
user private key.
-4 forces Gfal2 to use IPv4 addresses only. (Option valid only for GridFTP protocol)
-6 forces Gfal2 to use IPv6 addresses only. (Option valid only for GridFTP protocol)
-C,--client-infoCLIENT_INFO
provide custom client-side information.
--log-fileLOG_FILE
write Gfal2 library logs to the given file location.
-f,--force
if destination file(s) cannot be overwritten, delete it and try again.
-p,--parent
if the destination directory does not exist, create it.
-n,--nbstreamsNBSTREAMS
specify the maximum number of parallel streams to use for the copy.
--tcp-buffersizeTCP_BUFFERSIZE
specify the TCP buffersize.
-s,--src-spacetokenSRC_SPACETOKEN
source spacetoken to use for the transfer.
-S,--dst-spacetokenDST_SPACETOKEN
destination spacetoken to use for the transfer.
-T,--transfer-timeoutTRANSFER_TIMEOUT
timeout for the transfer operation. This timeout is enforced by each plugin, so it applies to the
transfer operation only. Ensure it is equal or smaller than "--timeout" setting.
-K,--checksumCHECKSUM
checksum algorithm to use, or algorithm:value.
--checksum-modeCHECKSUM_MODE
checksum validation mode: 'source', 'target' or 'both'.
--from-fileFROM_FILE
read sources from a file.
--copy-modeCOPY_MODE
select the TPC copy mode: 'pull', 'push' or 'streamed'. (Option valid only for HTTP protocol)
--just-copy
just do the copy and skip any preparation (i.e. checksum, overwrite, stats etc.). Warning: use of
this switch is incompatible with the presence of directories in the argument list.
--no-delegation
disable TPC with proxy delegation.
--evict
evict source file from disk buffer when the transfer is finished.
--scitagSCITAG
SciTag transfer flow identifier (number in [65-65535] range) (available only for HTTP-TPC)
-r,--recursive
copy directories recursively.
--abort-on-failure
abort the whole copy as soon as one failure is encountered.
--dry-run
print what would have happened without any actual change.