-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.
-a,--all
don't hide files with name starting in '.'.
-l,--long
long listing format. Following columns are displayed for each entry: mode, number of links, group
id, user id, last modification time, size and name.
-d,--directory
list directory entries instead of its contents.
-H,--human-readable
with -l, print sizes in human readable format (e.g.: 1K, 234M, 2G).
--xattrXATTR
with -l, query additional attributes. Can be specified multiple times.
--time-styleSTYLE
specify the time style. Supports the following values: locale, iso, long-iso or full-iso
(partially).
--full-time
equivalent to --time-style=full-iso.
--colorMODE
with -l, enable or disable color output. Supports the following values: always, never, auto.