terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
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 6 of file FtpStatusCode.cs.

7 {
8 // Token: 0x040007CD RID: 1997
9 Undefined,
10 // Token: 0x040007CE RID: 1998
11 RestartMarker = 110,
12 // Token: 0x040007CF RID: 1999
14 // Token: 0x040007D0 RID: 2000
15 DataAlreadyOpen = 125,
16 // Token: 0x040007D1 RID: 2001
17 OpeningData = 150,
18 // Token: 0x040007D2 RID: 2002
19 CommandOK = 200,
20 // Token: 0x040007D3 RID: 2003
22 // Token: 0x040007D4 RID: 2004
23 DirectoryStatus = 212,
24 // Token: 0x040007D5 RID: 2005
26 // Token: 0x040007D6 RID: 2006
27 SystemType = 215,
28 // Token: 0x040007D7 RID: 2007
29 SendUserCommand = 220,
30 // Token: 0x040007D8 RID: 2008
32 // Token: 0x040007D9 RID: 2009
33 ClosingData = 226,
34 // Token: 0x040007DA RID: 2010
36 // Token: 0x040007DB RID: 2011
37 LoggedInProceed = 230,
38 // Token: 0x040007DC RID: 2012
40 // Token: 0x040007DD RID: 2013
41 FileActionOK = 250,
42 // Token: 0x040007DE RID: 2014
43 PathnameCreated = 257,
44 // Token: 0x040007DF RID: 2015
46 // Token: 0x040007E0 RID: 2016
48 // Token: 0x040007E1 RID: 2017
50 // Token: 0x040007E2 RID: 2018
52 // Token: 0x040007E3 RID: 2019
53 CantOpenData = 425,
54 // Token: 0x040007E4 RID: 2020
56 // Token: 0x040007E5 RID: 2021
58 // Token: 0x040007E6 RID: 2022
60 // Token: 0x040007E7 RID: 2023
62 // Token: 0x040007E8 RID: 2024
64 // Token: 0x040007E9 RID: 2025
66 // Token: 0x040007EA RID: 2026
68 // Token: 0x040007EB RID: 2027
70 // Token: 0x040007EC RID: 2028
71 NotLoggedIn = 530,
72 // Token: 0x040007ED RID: 2029
73 AccountNeeded = 532,
74 // Token: 0x040007EE RID: 2030
76 // Token: 0x040007EF RID: 2031
78 // Token: 0x040007F0 RID: 2032
80 // Token: 0x040007F1 RID: 2033
82 }