Dart.Ftp Namespace : FtpSession Class |
The following tables list the members exposed by FtpSession.
Name | Description | |
---|---|---|
FtpSession Constructor | Default constructor. |
Name | Description | |
---|---|---|
Account | Account to use for authentication. Not normally used. | |
AsciiExtensions | A list of file extensions that indicate what files should be copied using the ASCII transfer type. | |
AutoSize | Set to true to enable automatic use of the SIZE command for displaying progress information. | |
BlockSize | Gets or sets the buffer size used during file and socket I/O. | |
Compression | Gets or sets the type of compression desired. | |
ConnectTimeout | Gets or sets a value that specifies the amount of time (in milliseconds) after which a call to TcpBase.Connect will time out. (Inherited from Dart.Ftp.TcpSession) | |
ConnectType | Gets or sets a value that specifies how the data connection is established. | |
DataLocalEndPoint | Specifies the IPEndPoint and port range to be used by the data connection. | |
DateTimeFormatInfo | Specifies the DateTimeFormatInfo used by List for parsing timestamps. | |
IncludeHiddenFiles | Determines whether hidden files should be included in any Listing operations. | |
LocalEndPoint | EndPoint to bind to locally. (Inherited from Dart.Ftp.Session) | |
MaxRate | Gets or sets the maximum transfer rate of the Ftp component in bytes per second. | |
Password | Gets or sets the password to use for login. | |
ProgressSize | Specifies the frequency, in bytes, for raising the Progress event. | |
Proxy | Defines the optional server proxy configuration. (Inherited from Dart.Ftp.TcpSession) | |
ReceiveBufferSize | Gets or sets a value that determines the size of the data connection's (socket) internal receive buffer. | |
RemoteEndPoint | EndPoint of the remote host to connect to. (Inherited from Dart.Ftp.Session) | |
Security | Specifies the privacy parameters to use with the FTP server. See the FtpSecurity class for more information. | |
SendBufferSize | Gets or sets a value that determines the size of the data connection's (socket) internal send buffer. | |
Username | Gets or sets the username for login. |