Gets a boolean value indicating if the FTP client is currently performing an FTP operation. For detailed state information, consult the State property.
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.
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.
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.
Gets or sets the System.IO.TextWriter which will trace the connection/deconnection process as well as the commands and replies sent to and received from the FTP server.