FTP
raidrivecli add ftp <ftp|ftps>://[username@]<host>[:port][/path][?query]
If you add storage without any options, you will be prompted to enter a username and password.
raidrivecli add ftp <address>
Username: <username>
Password: ********
Alternatively, a username or password can be specified as options.
raidrivecli add ftp <address> -u <username>
raidrivecli add ftp <address> -u <username> -p [password]
Warning
Shell commands are logged in history. If possible, we recommend not specifying the -p
or --password
option with a value.
If a mount directory is not specified, it will be mounted to a directory such as /mnt/ftp
under /mnt
. To specify the mount directory, use the --mount-path
option.
raidrivecli add ftp ftp://192.168.200.80/path --mount-path /myservices/ftp
ADDITIONAL OPTIONS
--alt-address <url> alternative url
--charset <charset> character set [default: utf-8]
--tls <ssl30|tls10|tls11|tls12|tls13> tls version
--transfer-passive passive mode [default: True]
--transfer-explicity explicity mode [default: True]
--transfer-modez mode Z [default: False]
SEE ALSO