GSF.Net.Ftp.FtpClient.FtpClient C# (CSharp) Method

FtpClient() public method

Constructs a new FTP session using the default settings.
public FtpClient ( ) : System
return System
        public FtpClient()
            : this(false)
        {
        }

Same methods

FtpClient::FtpClient ( IContainer container ) : System
FtpClient::FtpClient ( bool caseInsensitive ) : System