PowerTCP FTP for .NET
FtpSession Class Members
Properties 


The following tables list the members exposed by FtpSession.

Public Constructors
 NameDescription
Public ConstructorFtpSession Constructor Default constructor.  
Top
Public Properties
 NameDescription
Public PropertyAccount Account to use for authentication. Not normally used.  
Public PropertyAsciiExtensions A list of file extensions that indicate what files should be copied using the ASCII transfer type.  
Public PropertyAutoSize Set to true to enable automatic use of the SIZE command for displaying progress information.  
Public PropertyBlockSize Gets or sets the buffer size used during file and socket I/O.  
Public PropertyCompression Gets or sets the type of compression desired.  
Public PropertyConnectTimeoutGets 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)
Public PropertyConnectType Gets or sets a value that specifies how the data connection is established.  
Public PropertyDataLocalEndPoint Specifies the IPEndPoint and port range to be used by the data connection.  
Public PropertyDateTimeFormatInfoSpecifies the DateTimeFormatInfo used by List for parsing timestamps.  
Public PropertyIncludeHiddenFiles Determines whether hidden files should be included in any Listing operations.  
Public PropertyLocalEndPoint EndPoint to bind to locally. (Inherited from Dart.Ftp.Session)
Public PropertyMaxRate Gets or sets the maximum transfer rate of the Ftp component in bytes per second.  
Public PropertyPassword Gets or sets the password to use for login.  
Public PropertyProgressSize Specifies the frequency, in bytes, for raising the Progress event.  
Public PropertyProxy Defines the optional server proxy configuration. (Inherited from Dart.Ftp.TcpSession)
Public PropertyReceiveBufferSize Gets or sets a value that determines the size of the data connection's (socket) internal receive buffer.  
Public PropertyRemoteEndPoint EndPoint of the remote host to connect to. (Inherited from Dart.Ftp.Session)
Public PropertySecuritySpecifies the privacy parameters to use with the FTP server. See the FtpSecurity class for more information.  
Public PropertySendBufferSize Gets or sets a value that determines the size of the data connection's (socket) internal send buffer.  
Public PropertyUsername Gets or sets the username for login.  
Top
See Also

Reference

FtpSession Class
Dart.Ftp Namespace


PowerTCP FTP for .NET Documentation Version 6.1
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic