[OperationContract()] 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