Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
FtpStatusCode.cs
Go to the documentation of this file.
1
namespace
System.Net
;
2
3
public
enum
FtpStatusCode
4
{
5
Undefined
= 0,
6
RestartMarker
= 110,
7
ServiceTemporarilyNotAvailable
= 120,
8
DataAlreadyOpen
= 125,
9
OpeningData
= 150,
10
CommandOK
= 200,
11
CommandExtraneous
= 202,
12
DirectoryStatus
= 212,
13
FileStatus
= 213,
14
SystemType
= 215,
15
SendUserCommand
= 220,
16
ClosingControl
= 221,
17
ClosingData
= 226,
18
EnteringPassive
= 227,
19
LoggedInProceed
= 230,
20
ServerWantsSecureSession
= 234,
21
FileActionOK
= 250,
22
PathnameCreated
= 257,
23
SendPasswordCommand
= 331,
24
NeedLoginAccount
= 332,
25
FileCommandPending
= 350,
26
ServiceNotAvailable
= 421,
27
CantOpenData
= 425,
28
ConnectionClosed
= 426,
29
ActionNotTakenFileUnavailableOrBusy
= 450,
30
ActionAbortedLocalProcessingError
= 451,
31
ActionNotTakenInsufficientSpace
= 452,
32
CommandSyntaxError
= 500,
33
ArgumentSyntaxError
= 501,
34
CommandNotImplemented
= 502,
35
BadCommandSequence
= 503,
36
NotLoggedIn
= 530,
37
AccountNeeded
= 532,
38
ActionNotTakenFileUnavailable
= 550,
39
ActionAbortedUnknownPageType
= 551,
40
FileActionAborted
= 552,
41
ActionNotTakenFilenameNotAllowed
= 553
42
}
System.Net.FtpStatusCode
FtpStatusCode
Definition
FtpStatusCode.cs:4
System.Net.FtpStatusCode.CommandSyntaxError
@ CommandSyntaxError
System.Net.FtpStatusCode.ActionAbortedLocalProcessingError
@ ActionAbortedLocalProcessingError
System.Net.FtpStatusCode.CommandNotImplemented
@ CommandNotImplemented
System.Net.FtpStatusCode.FileStatus
@ FileStatus
System.Net.FtpStatusCode.EnteringPassive
@ EnteringPassive
System.Net.FtpStatusCode.ServiceNotAvailable
@ ServiceNotAvailable
System.Net.FtpStatusCode.DataAlreadyOpen
@ DataAlreadyOpen
System.Net.FtpStatusCode.ActionNotTakenFileUnavailable
@ ActionNotTakenFileUnavailable
System.Net.FtpStatusCode.ConnectionClosed
@ ConnectionClosed
System.Net.FtpStatusCode.RestartMarker
@ RestartMarker
System.Net.FtpStatusCode.ClosingControl
@ ClosingControl
System.Net.FtpStatusCode.SystemType
@ SystemType
System.Net.FtpStatusCode.ServerWantsSecureSession
@ ServerWantsSecureSession
System.Net.FtpStatusCode.DirectoryStatus
@ DirectoryStatus
System.Net.FtpStatusCode.PathnameCreated
@ PathnameCreated
System.Net.FtpStatusCode.ActionNotTakenFileUnavailableOrBusy
@ ActionNotTakenFileUnavailableOrBusy
System.Net.FtpStatusCode.ArgumentSyntaxError
@ ArgumentSyntaxError
System.Net.FtpStatusCode.ActionNotTakenInsufficientSpace
@ ActionNotTakenInsufficientSpace
System.Net.FtpStatusCode.CantOpenData
@ CantOpenData
System.Net.FtpStatusCode.ClosingData
@ ClosingData
System.Net.FtpStatusCode.NeedLoginAccount
@ NeedLoginAccount
System.Net.FtpStatusCode.ActionNotTakenFilenameNotAllowed
@ ActionNotTakenFilenameNotAllowed
System.Net.FtpStatusCode.CommandOK
@ CommandOK
System.Net.FtpStatusCode.CommandExtraneous
@ CommandExtraneous
System.Net.FtpStatusCode.BadCommandSequence
@ BadCommandSequence
System.Net.FtpStatusCode.SendUserCommand
@ SendUserCommand
System.Net.FtpStatusCode.FileActionAborted
@ FileActionAborted
System.Net.FtpStatusCode.LoggedInProceed
@ LoggedInProceed
System.Net.FtpStatusCode.FileActionOK
@ FileActionOK
System.Net.FtpStatusCode.ServiceTemporarilyNotAvailable
@ ServiceTemporarilyNotAvailable
System.Net.FtpStatusCode.ActionAbortedUnknownPageType
@ ActionAbortedUnknownPageType
System.Net.FtpStatusCode.OpeningData
@ OpeningData
System.Net.FtpStatusCode.AccountNeeded
@ AccountNeeded
System.Net.FtpStatusCode.SendPasswordCommand
@ SendPasswordCommand
System.Net.FtpStatusCode.Undefined
@ Undefined
System.Net.FtpStatusCode.FileCommandPending
@ FileCommandPending
System.Net.FtpLoginState.NotLoggedIn
@ NotLoggedIn
System.Net
Definition
HttpClientJsonExtensions.cs:8
source
System.Net.Requests
System.Net
FtpStatusCode.cs
Generated by
1.10.0