The FtpClient type exposes the following members.

Properties

  NameDescription
Connected
Indicates is there an active FTP connection
CurrentDirectory
Returns the current FTP directory
EnableSsl
Gets or Sets should an SSL/TLS connection be used.
Host
If connected returns the remote Host or IP address
Password
FTP account password
Port
If connected returns the TCP port on which the connection is established. Else returns the default Ftp port.
Username
FTP account username

See Also