HP X9320 Uživatelský manuál Strana 74

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 125
  • Tabulka s obsahem
  • ŘEŠENÍ PROBLÉMŮ
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 73
The following example shows an anonymous client accessing a share.
For Active Directory users (specify the user as in this example: ASM2k3.com\\ib1):
Upload a file using FTP protocol:
curl -T <filename> -k ftp://IP_address/pub/ -u <ADuser>
Upload a file using FTPS protocol:
curl -T <filename> -k --ftp-ssl-reqd ftp://IP_address:990/pub/ -u
<ADuser>
Download a file using FTP protocol:
curl -k ftp://IP_address/<filename> -u <ADuser>
Download a file using FTPS protocol:
curl -k --ftp-ssl-reqd ftp://IP_address:990/<filename> -u (ADuser>
Shares can be accessed from any management console that has FTP clients:
ftp <Virtual_IP>
For FTPS, use the following command from the management console:
lftp -u <user_name> -p <ssl port> -e 'set ftp:ssl-force true' <share_IP>
74 Using FTP
Zobrazit stránku 73
1 2 ... 69 70 71 72 73 74 75 76 77 78 79 ... 124 125

Komentáře k této Příručce

Žádné komentáře