ZennoLab Assemblies Documentation
FtpGetList Method
See Also  Send Feedback
ZennoLab.InterfacesLibrary Assembly > ZennoLab.InterfacesLibrary.ZennoPoster Namespace > IInstanceManagerService Interface : FtpGetList Method
host
Ftp server adress
port
Ftp server port
protocol
Protocol (FTP, sFTP, FTPs)
login
Login
pass
Password
proxy
Proxy
directoryName
Path to directory on server
recursive
Use recursion
includeDirectory
Include directories
activeMode

Glossary Item Box

Get files list

Syntax

C# 
IEnumerable<string> FtpGetList( 
   string host,
   int port,
   string protocol,
   string login,
   string pass,
   string proxy,
   string directoryName,
   bool recursive,
   bool includeDirectory,
   bool activeMode
)

Parameters

host
Ftp server adress
port
Ftp server port
protocol
Protocol (FTP, sFTP, FTPs)
login
Login
pass
Password
proxy
Proxy
directoryName
Path to directory on server
recursive
Use recursion
includeDirectory
Include directories
activeMode

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2013 All Rights Reserved.