Ftp |
The FtpConfiguration type exposes the following members.
| Name | Description | |
|---|---|---|
| DisableMLST | Gets or sets the value indicating if MLST extension should be disabled. Default is false (MLST is enabled if available). | |
| DontGetFileSizeBeforeDownload | 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). | |
| DontSendPBSZ | Gets or sets the value indicating if PBSZ command (SetProtectionBufferSize) should be sent on secure data transfers. Default is false (command is sent). | |
| DontSendPROTP | Gets or sets the value indicating if PROT P command should be sent on secure data transfers. Default is false (command is sent). | |
| ListParserType | Gets or sets the value that specifies LIST response parser to be used. Auto is default. | |
| ListSupportsParameter | 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. | |
| ListTrimStart | Gets or sets the value indicating if file names are trimmed. Default is false. | |
| StatSupportsParameter | 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. | |
| UseQuotes | Gets or sets the value that specifies if double quotes should be used on paths that contain spaces. false is default. |
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |