Namespace:
Rebex.Net
Assembly:
Rebex.Ftp (in Rebex.Ftp.dll)
Syntax
| Visual Basic |
|---|
<FlagsAttribute> _ Public Enumeration FtpOptions |
| C# |
|---|
[FlagsAttribute] public enum FtpOptions |
Members
| Member name | Description | |
|---|---|---|
| None | ||
| DoNotSendSignals | ||
| DoNotSendAbort | ||
| KeepAliveDuringTransfer | ||
| ForceSilentCcc | ||
| ForceActiveCcc | ||
| SendDataAsynchronously | ||
| TimeoutAsynchronousMethods | ||
| DoNotDetectFeatures | ||
| IgnorePassiveModeAddress | ||
| EnableMultipleBlockingCalls | ||
| PauseBeforeUploadClose | ||
| DisableInvalidPassiveModeAddressWorkaround | ||
| EnableControlConnectionFlushing | ||
| ConnectPassiveLater | ||
| EnableImproperDataCloseWorkaround | ||
| ReuseControlConnectionSession | ||
| ForceListHiddenFiles | ||
| DisableProgressPercentage |