Click or drag to resize
FTPConfiguration Properties

The FTPUtilitiesFTPConfiguration type exposes the following members.

Properties
  NameDescription
Public propertyAddress
FTP uri address (use the main root es "ftp://www.domain")
Public propertyKeepAlive
Define if you need to keep alive the connection after the process (usually false)
Public propertyPassive
FTP passive mode enabling (false if unknown or not used)
Public propertyPassword
FTP access password
Public propertyPort
FTP access port (usually 21)
Public propertyProxy
FTP proxy (string.empty if unknown or not used)
Public propertyUsername
FTP access username
Top
See Also