Click or drag to resize

FtpConfiguration Class

Represents FTP protocol configuration.
Inheritance Hierarchy
SystemObject
  Limilabs.FTP.ClientFtpConfiguration

Namespace:  Limilabs.FTP.Client
Assembly:  Ftp (in Ftp.dll) Version: 2.0.22214.1022
Syntax
public class FtpConfiguration

The FtpConfiguration type exposes the following members.

Constructors
  NameDescription
Public methodFtpConfiguration
Initializes a new instance of the FtpConfiguration class
Top
Properties
  NameDescription
Public propertyDontGetFileSizeBeforeDownload
Gets or sets the value indicating if GetFileSize(String) should be used to retrieve file size before download. Default is false (file size is obtained).
Public propertyDontSendPBSZ
Gets or sets the value indicating if PBSZ command (SetProtectionBufferSize) should be sent on secure data transfers. Default is false (command is sent).
Public propertyDontSendPROTP
Gets or sets the value indicating if PROT P command should be sent on secure data transfers. Default is false (command is sent).
Public propertyListSupportsParameter
Gets or sets the value indicating if LIST command supports folder parameter. If set to false GetList(String) changes folder, instead of issuing 'LIST folder' command. Default is true.
Public propertyListTrimStart
Gets or sets the value indicating if file names are trimmed. Default is false.
Public propertyStatSupportsParameter
Gets or sets the value indicating if STAT command supports parameter. If set to false FileExists(String) uses LIST instead of STAT. Default is true.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also