Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
FtpStatusCode.cs File Reference

Go to the source code of this file.

Namespaces

namespace  System
 
namespace  System.Net
 

Enumerations

enum  System.Net.FtpStatusCode {
  System.Net.Undefined = 0 , System.Net.RestartMarker = 110 , System.Net.ServiceTemporarilyNotAvailable = 120 , System.Net.DataAlreadyOpen = 125 ,
  System.Net.OpeningData = 150 , System.Net.CommandOK = 200 , System.Net.CommandExtraneous = 202 , System.Net.DirectoryStatus = 212 ,
  System.Net.FileStatus = 213 , System.Net.SystemType = 215 , System.Net.SendUserCommand = 220 , System.Net.ClosingControl = 221 ,
  System.Net.ClosingData = 226 , System.Net.EnteringPassive = 227 , System.Net.LoggedInProceed = 230 , System.Net.ServerWantsSecureSession = 234 ,
  System.Net.FileActionOK = 250 , System.Net.PathnameCreated = 257 , System.Net.SendPasswordCommand = 331 , System.Net.NeedLoginAccount = 332 ,
  System.Net.FileCommandPending = 350 , System.Net.ServiceNotAvailable = 421 , System.Net.CantOpenData = 425 , System.Net.ConnectionClosed = 426 ,
  System.Net.ActionNotTakenFileUnavailableOrBusy = 450 , System.Net.ActionAbortedLocalProcessingError = 451 , System.Net.ActionNotTakenInsufficientSpace = 452 , System.Net.CommandSyntaxError = 500 ,
  System.Net.ArgumentSyntaxError = 501 , System.Net.CommandNotImplemented = 502 , System.Net.BadCommandSequence = 503 , System.Net.NotLoggedIn = 530 ,
  System.Net.AccountNeeded = 532 , System.Net.ActionNotTakenFileUnavailable = 550 , System.Net.ActionAbortedUnknownPageType = 551 , System.Net.FileActionAborted = 552 ,
  System.Net.ActionNotTakenFilenameNotAllowed = 553
}