Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ FtpStatusCode

Enumerator
Undefined 
RestartMarker 
ServiceTemporarilyNotAvailable 
DataAlreadyOpen 
OpeningData 
CommandOK 
CommandExtraneous 
DirectoryStatus 
FileStatus 
SystemType 
SendUserCommand 
ClosingControl 
ClosingData 
EnteringPassive 
LoggedInProceed 
ServerWantsSecureSession 
FileActionOK 
PathnameCreated 
SendPasswordCommand 
NeedLoginAccount 
FileCommandPending 
ServiceNotAvailable 
CantOpenData 
ConnectionClosed 
ActionNotTakenFileUnavailableOrBusy 
ActionAbortedLocalProcessingError 
ActionNotTakenInsufficientSpace 
CommandSyntaxError 
ArgumentSyntaxError 
CommandNotImplemented 
BadCommandSequence 
NotLoggedIn 
AccountNeeded 
ActionNotTakenFileUnavailable 
ActionAbortedUnknownPageType 
FileActionAborted 
ActionNotTakenFilenameNotAllowed 

Definition at line 3 of file FtpStatusCode.cs.

4{
5 Undefined = 0,
6 RestartMarker = 110,
8 DataAlreadyOpen = 125,
9 OpeningData = 150,
10 CommandOK = 200,
12 DirectoryStatus = 212,
13 FileStatus = 213,
14 SystemType = 215,
15 SendUserCommand = 220,
16 ClosingControl = 221,
17 ClosingData = 226,
18 EnteringPassive = 227,
19 LoggedInProceed = 230,
21 FileActionOK = 250,
22 PathnameCreated = 257,
24 NeedLoginAccount = 332,
26 ServiceNotAvailable = 421,
27 CantOpenData = 425,
28 ConnectionClosed = 426,
34 CommandNotImplemented = 502,
35 BadCommandSequence = 503,
36 NotLoggedIn = 530,
37 AccountNeeded = 532,
42}