The type of response the server responded with
Namespace: System.Net.FtpClient
Assembly: System.Net.FtpClient (in System.Net.FtpClient.dll) Version: 1.0.5064.17461
Syntax
| C# |
|---|
public enum FtpResponseType |
| Visual Basic |
|---|
Public Enumeration FtpResponseType |
| Visual C++ |
|---|
public enum class FtpResponseType |
Members
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | No response | |
| PositivePreliminary | 1 | Success | |
| PositiveCompletion | 2 | Successs | |
| PositiveIntermediate | 3 | Succcess | |
| TransientNegativeCompletion | 4 | Temporary failure | |
| PermanentNegativeCompletion | 5 | Permanent failure |