Xceed .NET Libraries Documentation
Xceed.Ftp Assembly / Xceed.Ftp Namespace / FtpConnection Class / TransferMode Property


In This Topic
    TransferMode Property (FtpConnection)
    In This Topic
    Gets or sets the transfer mode used to send and receive data to and from an FTP server.
    Syntax
    'Declaration
     
    Public Property TransferMode As TransferMode
    'Usage
     
    Dim instance As FtpConnection
    Dim value As TransferMode
     
    instance.TransferMode = value
     
    value = instance.TransferMode
    public TransferMode TransferMode {get; set;}

    Property Value

    A TransferMode value representing the transfer mode used to send and receive data to and from an FTP server. By default, TransferMode.Streaming.

    This property must be set before all other properties and cannot be changed once a connection with an FTP server has been established.

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also