Hp StoreAll Storage User Manual Page 106

  • Download
  • Add to my manuals
  • Print
  • Page
    / 254
  • Table of contents
  • TROUBLESHOOTING
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 105
Table 3 Download a file by using the FTP protocol
CommandUse this command when...
curl ftp://IP_address/pub/server.pem -o
<path to download>\<filename>
You do not need to specify the user name and password
curl ftp://IP_address/pub/server.pem -o
<path to download>\<filename> -u ftp:ftp
You must provide the default user name and password
(“ftp” for the username and “ftp” for the password)
Table 4 Download a file by using the FTPS protocol
CommandUse this command when...
curl --ftp-ssl-reqd --cacert <certificate
file> ftp://IP_address:990/pub/<filename>
-o <filename>
You do not need to specify the user name and password
curl --ftp-ssl-reqd --cacert <certificate
file> ftp://IP_address:990/pub/<filename>
-o <filename> -u ftp:ftp
You must provide the default user name and password
(“ftp” for the username and “ftp” for the password)
The following example shows a web browser accessing an anonymous share.
FTP and FTPS commands for non-anonymous shares
This section provides the following FTP and FTPS commands for non-anonymous shares. All
commands should be entered on one line.
Table 5 Upload a file by using the FTP protocol for domain user
CommandUse this command when...
curl -T <filename> ftp://IP_address/ -u
USER:PASSWORD
You do not need to specify the domain
curl -T <filename> ftp://IP_address/ -u
DOMAIN\\USER:PASSWORD
You must specify the domain
106 Using FTP
Page view 105
1 2 ... 101 102 103 104 105 106 107 108 109 110 111 ... 253 254

Comments to this Manuals

No comments