| ZennoLab.CommandCenter Assembly > ZennoLab.CommandCenter Namespace > ZennoPoster Class : FtpDownload Method |
Type: System.String
Address of the FTP server.Type: System.Int32
Port of the FTP server.
Type: System.String
The FTP protocol. It can be "FTP", "sFTP", or "FTPs".
Type: System.String
Login of the FTP server
Type: System.String
Password of the FTP server
Type: System.String
Proxy string in format: login:pass@ip:port OR ip:port
Type: System.String
File name.
Type: System.String
Destination path.
Type: System.String
Address of the FTP server.Type: System.Int32
Port of the FTP server.
Type: System.String
The FTP protocol. It can be "FTP", "sFTP", or "FTPs".
Type: System.String
Login of the FTP server
Type: System.String
Password of the FTP server
Type: System.String
Proxy string in format: login:pass@ip:port OR ip:port
Type: System.String
File name.
Type: System.String
Destination path.
var list = new System.Collections.Generic.List<string>(ZennoPoster.FtpGetList({host}, {port}, {login}, {password}, {proxy}, "", false, false)); foreach(var item in list) ZennoPoster.FtpDownload({host}, {port}, {protocol}, {login}, {password}, {proxy}, item, {directoryToSavePath});
$list = new System::Collections::Generic::List<string>(ZennoPoster::FtpGetList({host}, {port}, {login}, {password}, {proxy}, "", false, false)); foreach($item as $list) ZennoLab\CommandCenter\ZennoPoster::FtpDownload({host}, {port}, {protocol}, {login}, {password}, {proxy}, $item, {directoryToSavePath});
Target Platforms: Desktop: Windows XP SP3 and older. Server: Windows Server 2003 and older.