![Collapse image Collapse image](collapse_all.gif)
![Expand Image Expand Image](expand_all.gif)
![](collapse_all.gif)
![](expand_all.gif)
![](dropdown.gif)
![](dropdownHover.gif)
![Copy image Copy image](copycode.gif)
![CopyHover image CopyHover image](copycodeHighlight.gif)
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 |