| ZennoLab.CommandCenter Assembly > ZennoLab.CommandCenter Namespace > ZennoPoster Class : FtpGetList Method |
Type: System.String
The address of the FTP server.Type: System.Int32
The port of the FTP server.
Type: System.String
The FTP protocol. It can be "FTP", "sFTP", or "FTPs".
Type: System.String
The login of the FTP server.
Type: System.String
The password of the FTP server.
Type: System.String
The proxy string in format: login:pass@ip:port OR ip:port.
Type: System.String
The directory name.
Type: http://msdn.microsoft.com/en-us/library/system.boolean.aspx%
The true if use recursion; otherwise, false.
Type: http://msdn.microsoft.com/en-us/library/system.boolean.aspx%
The true if use subdirectories; otherwise, false.
Type: System.String
The address of the FTP server.Type: System.Int32
The port of the FTP server.
Type: System.String
The FTP protocol. It can be "FTP", "sFTP", or "FTPs".
Type: System.String
The login of the FTP server.
Type: System.String
The password of the FTP server.
Type: System.String
The proxy string in format: login:pass@ip:port OR ip:port.
Type: System.String
The directory name.
Type: http://msdn.microsoft.com/en-us/library/system.boolean.aspx%
The true if use recursion; otherwise, false.
Type: http://msdn.microsoft.com/en-us/library/system.boolean.aspx%
The true if use subdirectories; otherwise, false.
Type: IEnumerable<string>
The list of all files and directories represented by collection of the IEnumerable interface.
var list = new System.Collections.Generic.List<string>(ZennoPoster.FtpGetList({host}, {port}, {protocol}, {login}, {password}, {proxy}, "", false, false));
$list = new System::Collections::Generic::List<string>(ZennoLab\CommandCenter\ZennoPoster::FtpGetList({host}, {port}, {protocol}, {login}, {password}, {proxy}, "", false, false));
Target Platforms: Desktop: Windows XP SP3 and older. Server: Windows Server 2003 and older.