• Welcome!
  • What's new
  • Licensing
    • How to buy
    • License Agreement
    • 30 days trial limitation
  • Installation Instruction
    • System requirements
    • Installing NetXtremeFtp from EXE file
    • Adding NetXtremeFtp to the Visual Studio Toolbox
    • Installation instructions for C#
    • Installation instructions for VB
    • Upgrading Instructions
      • Upgrading Trial to Silver and Gold License
  • Deployment Instruction
    • Add/Remove NetXtremeFtp to the Global Assembly Cache
  • Feature Overview
    • Overview of NetXtremeFtp
  • Getting started
  • Using IntelliSense in Visual Studio
  • FTP Client
    • Authenticating to an FTP server
    • Working with directories
    • List files and directories
    • Uploading and downloading a file
    • Streaming
      • Uploading a stream as a file
      • Downloading a file as a stream
    • Sending a command to an FTP server
    • Aborting an operation
    • Displaying progress while transferring data
    • Using asynchronous methods
    • Making a trace log
    • Security
      • Security overview
      • Implicit vs Explicit security mode
      • Connection to an FTP server using SSL
        • Explicit connection
        • Implicit connection
      • Getting SSL connection info
      • Validating server certificates
      • Authenticating the client using a certificate
      • How to manage SSL Certificates using MMC
  • Secure FTP Client
    • Authenticating to an SFTP server
    • Working with directories
    • List files and directories
    • Uploading and downloading a file
    • Streaming
      • Uploading a stream as a file
      • Downloading a file as a stream
    • Aborting an operation
    • Displaying progress while transferring data
    • Using asynchronous methods
    • Making a trace log
    • SSH channel
      • Getting SSH connection info
      • Configuring SSH channel
      • Public key authentication
  • Handling exceptions
  • Class Reference
    • Safabyte.Net Namespace
      • Overview
      • Classes
        • CertificateChainProviderRequestInfo
          • Overview
          • Members
          • Methods
            • GetIssuers Method
          • Properties
            • SecureSocket Property
        • CertificateChainProviders
          • Overview
          • Members
          • Methods
            • CreateChainProvider Method
          • Fields
            • NoCertificateProvider Field
            • StoreSearchProvider Field
        • CertificateChainProviders.ChainBasedHandler
          • Overview
          • Members
          • CertificateChainProviders.ChainBasedHandler Constructor
          • Methods
            • GetChain Method
        • CertificateValidatorRequestInfo
          • Overview
          • Members
          • Properties
            • CertificateChain Property
            • SecureSocket Property
            • ServerCommonName Property
        • CertificateValidators
          • Overview
          • Members
          • Fields
            • AcceptAllValidator Field
            • DefaultValidator Field
        • ConnectCompletedEventArgs
          • Overview
          • Members
          • Properties
            • AsyncResult Property
        • PortRange
          • Overview
          • Members
          • PortRange Constructor
            • PortRange Constructor(Int32)
            • PortRange Constructor(Int32,Int32)
          • Methods
            • ToString Method
          • Fields
            • Any Field
        • Proxy
          • Overview
          • Members
          • Proxy Constructor
            • Proxy Constructor()
            • Proxy Constructor(ProxyType,ProxyAuthentication,String,Int32,Boolean,NetworkCredential)
            • Proxy Constructor(ProxyType,ProxyAuthentication,String,Int32,Boolean,String[],NetworkCredential)
            • Proxy Constructor(ProxyType,ProxyAuthentication,String,Int32,NetworkCredential)
            • Proxy Constructor(ProxyType,String,Int32)
            • Proxy Constructor(ProxyType,String,Int32,String)
            • Proxy Constructor(SerializationInfo,StreamingContext)
          • Methods
            • Clone Method
            • GetObjectData Method
            • GetProxy Method
            • IsBypassed Method
              • IsBypassed(Uri) Method
              • IsBypassed(String,Int32) Method
          • Properties
            • AuthenticationMethod Property
            • BypassArrayList Property
            • BypassList Property
            • BypassProxyOnLocal Property
            • Credentials Property
            • Domain Property
            • Host Property
            • Password Property
            • Port Property
            • ProxyType Property
            • UserName Property
        • ProxyClient
          • Overview
          • Members
          • ProxyClient Constructor
            • ProxyClient Constructor()
            • ProxyClient Constructor(AddressFamily)
            • ProxyClient Constructor(AddressFamily,ProxyType,ProxyAuthentication,String,Int32,String,String,String)
            • ProxyClient Constructor(ProxyType,ProxyAuthentication,String,Int32,String,String,String)
            • ProxyClient Constructor(String,Int32,ProxyType,ProxyAuthentication,String,Int32,String,String,String)
            • ProxyClient Constructor(WebProxyEx)
          • Methods
            • BeginConnect Method
              • BeginConnect(IPAddress,Int32,AsyncCallback,Object) Method
              • BeginConnect(IPAddress,Int32,Object) Method
              • BeginConnect(IPAddress,Int32) Method
              • BeginConnect(String,Int32,AsyncCallback,Object) Method
              • BeginConnect(String,Int32,Object) Method
              • BeginConnect(String,Int32) Method
              • BeginConnect(IPEndPoint,AsyncCallback,Object) Method
              • BeginConnect(IPEndPoint,Object) Method
              • BeginConnect(IPEndPoint) Method
            • Close Method
            • Connect Method
              • Connect(IPEndPoint) Method
              • Connect(IPAddress,Int32) Method
              • Connect(String,Int32) Method
            • Disconnect Method
            • Dispose Method
              • Dispose(Boolean) Method
            • EndConnect Method
            • Finalize Method
            • GetStream Method
          • Properties
            • Active Property
            • AuthenticationMethod Property
            • Available Property
            • ClientProxySocket Property
            • ClientSocket Property
            • Connected Property
            • Domain Property
            • ExclusiveAddressUse Property
            • Family Property
            • LingerState Property
            • NoDelay Property
            • Password Property
            • ProxyHost Property
            • ProxyPort Property
            • ProxyType Property
            • ReceiveBufferSize Property
            • ReceiveTimeout Property
            • SendBufferSize Property
            • SendTimeout Property
            • SynchronizingObject Property
            • UserName Property
          • Events
            • ConnectCompleted Event
        • ProxySocket
          • Overview
          • Members
          • ProxySocket Constructor
            • ProxySocket Constructor(ProxyType,ProxyAuthentication,String,Int32,String,String,String)
            • ProxySocket Constructor(ProxyType,String,Int32)
            • ProxySocket Constructor(ProxyType,String,Int32,String)
            • ProxySocket Constructor(ProxyType,String,Int32,String,String)
            • ProxySocket Constructor(WebProxyEx)
          • Methods
            • Accept Method
            • BeginAccept Method
            • BeginConnect Method
              • BeginConnect(IPEndPoint,AsyncCallback,Object) Method
              • BeginConnect(IPAddress,Int32,AsyncCallback,Object) Method
              • BeginConnect(String,Int32,AsyncCallback,Object) Method
            • BeginListen Method
            • BeginReceive Method
            • BeginSend Method
            • Close Method
            • Connect Method
              • Connect(IPEndPoint) Method
              • Connect(String,Int32) Method
              • Connect(IPAddress,Int32) Method
            • EndAccept Method
            • EndConnect Method
            • EndListen Method
            • EndReceive Method
            • EndSend Method
            • GetAddressBytes Method
            • GetSocketOption Method
              • GetSocketOption(SocketOptionLevel,SocketOptionName) Method
              • GetSocketOption(SocketOptionLevel,SocketOptionName,Int32) Method
              • GetSocketOption(SocketOptionLevel,SocketOptionName,Byte[]) Method
            • Listen Method
            • Receive Method
              • Receive(Byte[]) Method
              • Receive(Byte[],SocketFlags) Method
              • Receive(Byte[],Int32,SocketFlags) Method
              • Receive(Byte[],Int32,Int32,SocketFlags) Method
            • Send Method
              • Send(Byte[]) Method
              • Send(Byte[],SocketFlags) Method
              • Send(Byte[],Int32,SocketFlags) Method
              • Send(Byte[],Int32,Int32,SocketFlags) Method
            • SetSocketOption Method
              • SetSocketOption(SocketOptionLevel,SocketOptionName,Int32) Method
              • SetSocketOption(SocketOptionLevel,SocketOptionName,Byte[]) Method
              • SetSocketOption(SocketOptionLevel,SocketOptionName,Boolean) Method
              • SetSocketOption(SocketOptionLevel,SocketOptionName,Object) Method
            • Shutdown Method
            • ToEndPoint Method
          • Properties
            • AuthenticationMethod Property
            • Available Property
            • Connected Property
            • Domain Property
            • ExclusiveAddressUse Property
            • Handle Property
            • LocalEndPoint Property
            • LocalPortRange Property
            • Password Property
            • ProxyHost Property
            • ProxyPort Property
            • ProxyType Property
            • RemoteEndPoint Property
            • Socket Property
            • Timeout Property
            • UserName Property
        • ProxySocketException
          • Overview
          • Members
          • ProxySocketException Constructor
            • ProxySocketException Constructor(SerializationInfo,StreamingContext)
            • ProxySocketException Constructor(SocketException)
            • ProxySocketException Constructor(String,ProxySocketExceptionStatus)
            • ProxySocketException Constructor(String,ProxySocketExceptionStatus,Exception)
          • Methods
            • GetObjectData Method
            • GetSocketExceptionMessage Method
          • Properties
            • ErrorCode Property
            • Status Property
        • TlsSslCipher
          • Overview
          • Members
          • Methods
            • ToString Method
          • Properties
            • ActiveCipherAlgorithm Property
            • ActiveMacAlgorithm Property
            • BlockSize Property
            • Cbc Property
            • CipherSuiteId Property
            • EffectiveKeySize Property
            • Exportable Property
            • KeyExchangeAlgorithm Property
            • KeyMaterialSize Property
            • KeySize Property
            • MacAlgorithmBlockSize Property
            • Protocol Property
        • TlsSslException
          • Overview
          • Members
          • TlsSslException Constructor
            • TlsSslException Constructor(SerializationInfo,StreamingContext)
            • TlsSslException Constructor(String)
            • TlsSslException Constructor(String,Exception)
          • Methods
            • GetObjectData Method
        • TlsSslLogEventArgs
          • Overview
          • Members
          • TlsSslLogEventArgs Constructor
            • TlsSslLogEventArgs Constructor(TlsSslLogEventType,TlsSslLogEventSource,TlsSslLogLevel)
            • TlsSslLogEventArgs Constructor(TlsSslLogEventType,TlsSslLogEventSource,TlsSslLogLevel,Byte[],Int32,Int32)
          • Methods
            • GetRawData Method
          • Properties
            • Group Property
            • Level Property
            • Source Property
            • Type Property
        • TlsSslSecuritySettings
          • Overview
          • Members
          • TlsSslSecuritySettings Constructor
          • Methods
            • Clone Method
          • Properties
            • Authorities Property
            • CertificateChain Property
            • CertificatePolicy Property
            • CertificateProvider Property
            • CertificateValidator Property
            • ConnectionOptions Property
            • Entity Property
            • EphemeralDiffieHellmanAlgorithmParams Property
            • ProtocolVersion Property
            • ServerName Property
            • SessionId Property
            • Suites Property
            • TempRsaKeyParameters Property
        • TlsSslSocket
          • Overview
          • Members
          • TlsSslSocket Constructor
            • TlsSslSocket Constructor()
            • TlsSslSocket Constructor(AddressFamily)
            • TlsSslSocket Constructor(Socket)
          • Methods
            • Accept Method
            • Close Method
            • Connect Method
            • Listen Method
            • Negotiate Method
            • OnLogging Method
            • Receive Method
              • Receive(Byte[]) Method
              • Receive(Byte[],SocketFlags) Method
              • Receive(Byte[],Int32,SocketFlags) Method
              • Receive(Byte[],Int32,Int32,SocketFlags) Method
            • Send Method
              • Send(Byte[]) Method
              • Send(Byte[],SocketFlags) Method
              • Send(Byte[],Int32,SocketFlags) Method
              • Send(Byte[],Int32,Int32,SocketFlags) Method
            • Shutdown Method
            • Unsecure Method
          • Properties
            • Available Property
            • Cipher Property
            • ClientCertificate Property
            • Connected Property
            • Entity Property
            • Handle Property
            • IsSecure Property
            • LocalEndPoint Property
            • LogLevel Property
            • RemoteEndPoint Property
            • SecuritySettings Property
            • ServerCertificate Property
            • SessionId Property
            • Socket Property
            • Timeout Property
          • Events
            • Log Event
        • WebProxyEx
          • Overview
          • Members
          • WebProxyEx Constructor
            • WebProxyEx Constructor()
            • WebProxyEx Constructor(ProxyType,ProxyAuthentication,String,Int32,Boolean,NetworkCredential)
            • WebProxyEx Constructor(ProxyType,ProxyAuthentication,String,Int32,Boolean,String[],NetworkCredential)
            • WebProxyEx Constructor(ProxyType,ProxyAuthentication,String,Int32,NetworkCredential)
            • WebProxyEx Constructor(ProxyType,String,Int32)
            • WebProxyEx Constructor(ProxyType,String,Int32,String)
            • WebProxyEx Constructor(SerializationInfo,StreamingContext)
          • Methods
            • Clone Method
            • GetObjectData Method
            • GetProxy Method
            • IsBypassed Method
              • IsBypassed(Uri) Method
              • IsBypassed(String,Int32) Method
          • Properties
            • AuthenticationMethod Property
            • BypassArrayList Property
            • BypassList Property
            • BypassProxyOnLocal Property
            • Credentials Property
            • Domain Property
            • Host Property
            • Password Property
            • Port Property
            • ProxyType Property
            • UserName Property
      • Enumerations
        • ProxyAuthentication
        • ProxySocketExceptionStatus
        • ProxyType
        • TlsSslBulkCipherAlgorithm
        • TlsSslCertificateAcceptance
        • TlsSslCertificatePolicy
        • TlsSslCipherSuite
        • TlsSslConnectionEnd
        • TlsSslConnectionOptions
        • TlsSslKeyExchangeAlgorithm
        • TlsSslLogEventGroup
        • TlsSslLogEventSource
        • TlsSslLogEventType
        • TlsSslLogLevel
        • TlsSslMacAlgorithm
        • TlsSslProtocolVersion
        • TlsSslProtocolVersionFlag
      • Interfaces
        • ICertificateChainProvider
          • Overview
          • Members
          • Methods
            • GetChain Method
        • ICertificateValidator
          • Overview
          • Members
          • Methods
            • Validate Method
    • Safabyte.Net Namespace
      • Overview
      • Classes
        • FtpAsyncMethodCompletedEventArgs
          • Overview
          • Members
          • Properties
            • AsyncResult Property
        • FtpClient
          • Overview
          • Members
          • Methods
            • Abort Method
            • AppendFile Method
              • AppendFile(Stream,String) Method
              • AppendFile(String,String) Method
              • AppendFile(Stream,String,Int64) Method
              • AppendFile(Stream,String,Int64,Int64) Method
              • AppendFile(String,String,Int64,Int64) Method
            • BeginAppendFile Method
              • BeginAppendFile(Stream,String,AsyncCallback,Object) Method
              • BeginAppendFile(Stream,String,Object) Method
              • BeginAppendFile(Stream,String) Method
              • BeginAppendFile(String,String,AsyncCallback,Object) Method
              • BeginAppendFile(String,String,Object) Method
              • BeginAppendFile(String,String) Method
              • BeginAppendFile(Stream,String,Int64,AsyncCallback,Object) Method
              • BeginAppendFile(Stream,String,Int64,Object) Method
              • BeginAppendFile(Stream,String,Int64) Method
              • BeginAppendFile(String,String,Int64,Int64,AsyncCallback,Object) Method
              • BeginAppendFile(String,String,Int64,Int64,Object) Method
              • BeginAppendFile(String,String,Int64,Int64) Method
            • BeginChangeDirectory Method
              • BeginChangeDirectory(String,AsyncCallback,Object) Method
              • BeginChangeDirectory(String,Object) Method
              • BeginChangeDirectory(String) Method
            • BeginClearCommandChannel Method
              • BeginClearCommandChannel(AsyncCallback,Object) Method
              • BeginClearCommandChannel(Object) Method
              • BeginClearCommandChannel() Method
            • BeginConnect Method
              • BeginConnect(String,AsyncCallback,Object) Method
              • BeginConnect(String,Object) Method
              • BeginConnect(String) Method
              • BeginConnect(String,Int32,AsyncCallback,Object) Method
              • BeginConnect(String,Int32,Object) Method
              • BeginConnect(String,Int32) Method
              • BeginConnect(String,Int32,TlsSslSecuritySettings,FtpSecurityMode,AsyncCallback,Object) Method
              • BeginConnect(String,Int32,TlsSslSecuritySettings,FtpSecurityMode,Object) Method
              • BeginConnect(String,Int32,TlsSslSecuritySettings,FtpSecurityMode) Method
            • BeginDeleteFile Method
              • BeginDeleteFile(String,AsyncCallback,Object) Method
              • BeginDeleteFile(String,Object) Method
              • BeginDeleteFile(String) Method
            • BeginDirectoryExists Method
              • BeginDirectoryExists(String,AsyncCallback,Object) Method
              • BeginDirectoryExists(String,Object) Method
              • BeginDirectoryExists(String) Method
            • BeginDisconnect Method
              • BeginDisconnect(AsyncCallback,Object) Method
              • BeginDisconnect(Object) Method
              • BeginDisconnect() Method
            • BeginFileExists Method
              • BeginFileExists(String,AsyncCallback,Object) Method
              • BeginFileExists(String,Object) Method
              • BeginFileExists(String) Method
            • BeginGetChecksum Method
              • BeginGetChecksum(FtpChecksumType,Stream,AsyncCallback,Object) Method
              • BeginGetChecksum(FtpChecksumType,String,AsyncCallback,Object) Method
              • BeginGetChecksum(FtpChecksumType,Stream,Int64,AsyncCallback,Object) Method
              • BeginGetChecksum(FtpChecksumType,String,Int32,Int64,AsyncCallback,Object) Method
            • BeginGetCurrentDirectory Method
              • BeginGetCurrentDirectory(AsyncCallback,Object) Method
              • BeginGetCurrentDirectory(Object) Method
              • BeginGetCurrentDirectory() Method
            • BeginGetFile Method
              • BeginGetFile(String,Stream,AsyncCallback,Object) Method
              • BeginGetFile(String,Stream,Object) Method
              • BeginGetFile(String,Stream) Method
              • BeginGetFile(String,String,AsyncCallback,Object) Method
              • BeginGetFile(String,String,Object) Method
              • BeginGetFile(String,String) Method
              • BeginGetFile(String,Stream,Int64,AsyncCallback,Object) Method
              • BeginGetFile(String,Stream,Int64,Object) Method
              • BeginGetFile(String,Stream,Int64) Method
              • BeginGetFile(String,String,Int64,Int64,AsyncCallback,Object) Method
              • BeginGetFile(String,String,Int64,Int64,Object) Method
              • BeginGetFile(String,String,Int64,Int64) Method
            • BeginGetFileDateTime Method
              • BeginGetFileDateTime(String,AsyncCallback,Object) Method
              • BeginGetFileDateTime(String,Object) Method
              • BeginGetFileDateTime(String) Method
            • BeginGetFileLength Method
              • BeginGetFileLength(String,AsyncCallback,Object) Method
              • BeginGetFileLength(String,Object) Method
              • BeginGetFileLength(String) Method
            • BeginGetFileList Method
              • BeginGetFileList(AsyncCallback,Object) Method
              • BeginGetFileList(Object) Method
              • BeginGetFileList() Method
              • BeginGetFileList(String,AsyncCallback,Object) Method
              • BeginGetFileList(String,Object) Method
              • BeginGetFileList(String) Method
            • BeginGetFiles Method
              • BeginGetFiles(String,String,String,AsyncCallback,Object) Method
              • BeginGetFiles(String,String,String,Object) Method
              • BeginGetFiles(String,String,String) Method
            • BeginGetNameList Method
              • BeginGetNameList(AsyncCallback,Object) Method
              • BeginGetNameList(Object) Method
              • BeginGetNameList() Method
              • BeginGetNameList(String,AsyncCallback,Object) Method
              • BeginGetNameList(String,Object) Method
              • BeginGetNameList(String) Method
            • BeginGetRawList Method
              • BeginGetRawList(AsyncCallback,Object) Method
              • BeginGetRawList(Object) Method
              • BeginGetRawList() Method
              • BeginGetRawList(String,AsyncCallback,Object) Method
              • BeginGetRawList(String,Object) Method
              • BeginGetRawList(String) Method
              • BeginGetRawList(String,FtpListingType,AsyncCallback,Object) Method
              • BeginGetRawList(String,FtpListingType,Object) Method
              • BeginGetRawList(String,FtpListingType) Method
            • BeginGetSystemName Method
              • BeginGetSystemName(AsyncCallback,Object) Method
              • BeginGetSystemName(Object) Method
              • BeginGetSystemName() Method
            • BeginKeepAlive Method
              • BeginKeepAlive(AsyncCallback,Object) Method
              • BeginKeepAlive(Object) Method
              • BeginKeepAlive() Method
            • BeginLogin Method
              • BeginLogin(String,String,AsyncCallback,Object) Method
              • BeginLogin(String,String,Object) Method
              • BeginLogin(String,String) Method
            • BeginMakeDirectory Method
              • BeginMakeDirectory(String,AsyncCallback,Object) Method
              • BeginMakeDirectory(String,Object) Method
              • BeginMakeDirectory(String) Method
            • BeginReadResponse Method
              • BeginReadResponse(AsyncCallback,Object) Method
              • BeginReadResponse(Object) Method
              • BeginReadResponse() Method
            • BeginReinitialize Method
              • BeginReinitialize(AsyncCallback,Object) Method
              • BeginReinitialize(Object) Method
              • BeginReinitialize() Method
            • BeginRemoveDirectory Method
              • BeginRemoveDirectory(String,AsyncCallback,Object) Method
              • BeginRemoveDirectory(String,Object) Method
              • BeginRemoveDirectory(String) Method
            • BeginRename Method
              • BeginRename(String,String,AsyncCallback,Object) Method
              • BeginRename(String,String,Object) Method
              • BeginRename(String,String) Method
            • BeginResumeGetFile Method
              • BeginResumeGetFile(String,String,AsyncCallback,Object) Method
              • BeginResumeGetFile(String,String,Object) Method
              • BeginResumeGetFile(String,String) Method
            • BeginResumeUploadFile Method
              • BeginResumeUploadFile(Stream,String,AsyncCallback,Object) Method
              • BeginResumeUploadFile(Stream,String,Object) Method
              • BeginResumeUploadFile(Stream,String) Method
              • BeginResumeUploadFile(String,String,AsyncCallback,Object) Method
              • BeginResumeUploadFile(String,String,Object) Method
              • BeginResumeUploadFile(String,String) Method
            • BeginSecure Method
              • BeginSecure(TlsSslSecuritySettings,FtpSecureAuthenticationType,AsyncCallback,Object) Method
              • BeginSecure(TlsSslSecuritySettings,FtpSecureAuthenticationType,Object) Method
              • BeginSecure(TlsSslSecuritySettings,FtpSecureAuthenticationType) Method
            • BeginSendCommand Method
              • BeginSendCommand(String,AsyncCallback,Object) Method
              • BeginSendCommand(String,Object) Method
              • BeginSendCommand(String) Method
            • BeginSetFileDateTime Method
              • BeginSetFileDateTime(String,DateTime,AsyncCallback,Object) Method
              • BeginSetFileDateTime(String,DateTime,Object) Method
              • BeginSetFileDateTime(String,DateTime) Method
            • BeginSite Method
              • BeginSite(String,AsyncCallback,Object) Method
              • BeginSite(String,Object) Method
              • BeginSite(String) Method
            • BeginUploadFile Method
              • BeginUploadFile(Stream,String,AsyncCallback,Object) Method
              • BeginUploadFile(Stream,String,Object) Method
              • BeginUploadFile(Stream,String) Method
              • BeginUploadFile(String,String,AsyncCallback,Object) Method
              • BeginUploadFile(String,String,Object) Method
              • BeginUploadFile(String,String) Method
              • BeginUploadFile(Stream,String,Int64,Int64,AsyncCallback,Object) Method
              • BeginUploadFile(Stream,String,Int64,Int64,Object) Method
              • BeginUploadFile(Stream,String,Int64,Int64) Method
              • BeginUploadFile(String,String,Int64,Int64,Int64,AsyncCallback,Object) Method
              • BeginUploadFile(String,String,Int64,Int64,Int64,Object) Method
              • BeginUploadFile(String,String,Int64,Int64,Int64) Method
            • BeginUploadFiles Method
              • BeginUploadFiles(String,String,String,AsyncCallback,Object) Method
              • BeginUploadFiles(String,String,String,Object) Method
              • BeginUploadFiles(String,String,String) Method
            • BeginUploadUniqueFile Method
              • BeginUploadUniqueFile(Stream,AsyncCallback,Object) Method
              • BeginUploadUniqueFile(Stream,Object) Method
              • BeginUploadUniqueFile(Stream) Method
              • BeginUploadUniqueFile(String,AsyncCallback,Object) Method
              • BeginUploadUniqueFile(String,Object) Method
              • BeginUploadUniqueFile(String) Method
            • ChangeDirectory Method
            • CheckConnectionState Method
            • ClearCommandChannel Method
            • Connect Method