Name | Description | |
---|---|---|
![]() | ClearCommandChannel | Gets or sets a value indicating whether to clear the command channel after login to facilitate firewall NAT when using a secure data channel. |
![]() | DataChannelProtection | |
![]() | DefaultRepresentationType | Gets or sets the default value indicating how the data is transferred to and from the FTP server. |
![]() | Encoding | Gets or sets the System.Text.Encoding that is used to encode commands sent to the server, and decode replies and folder listings received from the server. |
![]() | FxpPassiveTransfer | Gets or sets a Boolean value indicating if FXP file transfers use the passive method or not to initiate the data connection. |
![]() | FxpTransferPolicy | Gets or sets a FxpTransferPolicy value that indicates if FXP file transfers are allowed and what kind of transfers can be made. |
![]() | HostName | Gets the hostname of the FTP server to which a connection has been established. |
![]() | KeepAliveInterval | Gets or sets the interval, in seconds, at which a NOOP command is sent on the command channel while idle or during a file transfer. |
![]() | ListingMethod | Gets or sets the ListingMethod that will be used to retrieve folder contents from the FTP server. |
![]() | ListingParsers | Gets a collection of FtpListingParser objects that are used to parse the lines returned by calls to various methods. |
![]() | LocalAddress | Gets or sets the client-side IP address and port. |
![]() | LocalDataAddress | Gets or sets the IP address and port of the client-side data connection to use in subsequent data connections. If PassiveTransfer is false, this property represents the address of the client-side listening socket waiting for the server’s data connection request. |
![]() | PassiveTransfer | Gets or sets a boolean value indicating whether the data connection should be established by the FTP server rather than by the client-side. |
![]() | Password | Gets the password used to connect to the FTP server. |
![]() | Port | Gets the port of the FTP server to which a connection has been established. |
![]() | PreAllocateStorage | Gets or sets a boolean value indicating if the FTP server must reserve enough space before a file is sent. |
![]() | Proxy | Gets or sets the active proxy client for connecting to the FTP server. |
![]() | SendTelnetInterruptSignal | 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. |
![]() | SendTypeCommand | Gets or sets a boolean value indicating if the TYPE command should be sent before initiating a file transfer. |
![]() | ServerAddress | Gets the IP address and port of the FTP server to which a connection has been established. |
![]() | ServerFolderSeparator | Gets or sets the FTP server's folder separator character. |
![]() | SynchronizingObject | Gets or sets the object used to automatically redirect events on the main UI thread. |
![]() | Timeout | Gets or sets a value, in seconds, indicating after what period of time an FTP operation should timeout. |
![]() | TraceWriter | Gets or sets the System.IO.TextWriter which will trace the communications between the client-side and the FTP server. |
![]() | TraceWriterTimestampFormat | |
![]() | TraceWriterTimestampFormatProvider | |
![]() | TraceWriterTimestampUTC | |
![]() | TransferMode | Gets or sets the transfer mode used to send and receive data to and from an FTP server. |
![]() | UseRemoteAddress | Gets or sets a value indicating whether to use the remote address. |
![]() | UserName | Gets the username used to connect to the FTP server. |