Xceed .NET Libraries Documentation
In This Topic
    Changes since version 3.3
    In This Topic

    Interface Changes

    • Addition of the TransferMode enumeration.
    • Addition of the following methods and properties to the FtpClient class:

      Member Description
      ChangeTransferMode method Changes the current transfer mode.  
      GetRawExtendedFeatues method Retrieves an unprocessed, clear text list of the extended features that are implemented by an FTP server.  
      SendTelnetInterruptSignal property Gets or sets a value indicating if the Telnet interrupt signal should be sent before the QUIT command is sent to an FTP server, allowing an FTP server to be notified that the connection will be terminated. This property does not apply to the Compact Framework.
      TransferMode property Gets the transfer mode used to send and receive data to and from an FTP server.
    • Addition of the following methods to the AsyncFtpClient class:

      Members Description
      BeginChangeTransferMode method Begins the process of changing the transfer mode.
      BeginGetRawExtendedFeatures method Begins the process retrieving a list of the extended features that are implemented by the FTP server.
      EndChangeTransferMode method Ends the process of changing the transfer mode.  
      EndGetRawExtendedFeatures method Ends the process of retrieving an unprocessed, clear text list of the extended features that are implemented by an FTP server.