Enum FtpResponseType
- Namespace
- FluentFTP
- Assembly
- FluentFTP.dll
The type of response the server responded with
public enum FtpResponseType
- Extension Methods
Fields
None = 0
No response
PermanentNegativeCompletion = 5
Permanent failure
PositiveCompletion = 2
Success
PositiveIntermediate = 3
Success
PositivePreliminary = 1
Success
TransientNegativeCompletion = 4
Temporary failure