Click or drag to resize
FTPUtilitiesFTPConfiguration Structure
Configuration parametrs of FTP

Namespace: ProFTPNetLibrary
Assembly: ClientFTPNetLibrary (in ClientFTPNetLibrary.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public struct FTPConfiguration

The FTPUtilitiesFTPConfiguration type exposes the following members.

Methods
  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
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