The properties of the FtpClient class are listed below. For a complete list of FtpClient class members, see the FtpClient Members topic.
Protected Instance Properties
| Buffer (inherited from Client) | Gets the buffer to store all the incoming data from the local client. |
| RemoteBuffer (inherited from Client) | Gets the buffer to store all the incoming data from the remote host. |
Internal Instance Properties
| DataForward | Gets or sets the dataconnection object used to transmit files and other data from and to the FTP server. |
Private Instance Properties
| FtpCommand | Gets or sets a property that can be used to store the received FTP command. |
| FtpReply | Gets or sets a property that can be used to store the received FTP reply. |
| User | Gets or sets a string containing the logged on username. |
See Also
FtpClient Class | Org.Mentalis.Proxy.Ftp Namespace