Overload | Description |
---|---|
FtpConnection Constructor(String,Int32,String,String) | Initializes a new instance of the FtpConnection class specifying the HostName and Port of the FTP server, as well as the UserName and Password used to connect. |
FtpConnection Constructor(String,String,String) | Initializes a new instance of the FtpConnection class specifying the HostName of the FTP server, as well as the UserName and Password used to connect. |
FtpConnection Constructor(String,Int32) | Initializes a new instance of the FtpConnection class specifying the HostName and Port of the FTP server. |
FtpConnection Constructor(String) | Initializes a new instance of the FtpConnection class specifying the HostName of the FTP server. |
FtpConnection Constructor(IPEndPoint,String,String) | Initializes a new instance of the FtpConnection class specifying the IP address and port of the FTP server, as well as the UserName and Password used to connect. |
FtpConnection Constructor(IPEndPoint) | Initializes a new instance of the FtpConnection class specifying the IP address and port of the FTP server. |
FtpConnection Constructor(String,Int32,String,String,AuthenticationMethod,VerificationFlags,Certificate,DataChannelProtection,Boolean) | Initializes a new instance of the FtpConnection class specifying the HostName and Port of the FTP server, various SSL parameters, as well as the UserName and Password used to connect. Note: This method is not available in Xceed FTP for .NET Compact Framework because this product does not support Secure FTP. |
FtpConnection Constructor(String,Int32,AuthenticationMethod,VerificationFlags,Certificate,DataChannelProtection,Boolean) | Initializes a new instance of the FtpConnection class specifying the HostName and Port of the FTP server as well as various SSL parameters. Login is anonymous. Note: This method is not available in Xceed FTP for .NET Compact Framework because this product does not support Secure FTP. |