The FtpClient type exposes the following members.

Properties

  NameDescription
KeepConnectionAlive
Keep the connection alive. False terminates the connection after request
LastException
The last exception that has occured
MaxAttempts
Max number of times to try and transfer a file
ServerRetryDelay
Delay between retries in milliseconds
ServerTimeout
Server command timeout in milliseconds
TransferBufferSize
The size of the transfer buffer in bytes
UseBinary
Use binary mode to transfer files true/false
UsePassiveConnection
Use a passive ftp connection true/false

See Also