FtpCommand enum

Inheritance

Constructors

FtpCommand()
const

Values

ABOR → const FtpCommand

Abort an active file transfer.

ACCT → const FtpCommand

Account information.

ADAT → const FtpCommand

Authentication/Security Data

ALLO → const FtpCommand

Allocate sufficient disk space to receive a file.

APPE → const FtpCommand

Append (with create)

AUTH → const FtpCommand

Authentication/Security Mechanism

AVBL → const FtpCommand

Get the available space

CCC → const FtpCommand

Clear Command Channel

CDUP → const FtpCommand

Change to Parent Directory.

CONF → const FtpCommand

Confidentiality Protection Command

CSID → const FtpCommand

Client / Server Identification

CWD → const FtpCommand

Change working directory.

DELE → const FtpCommand

Delete file.

DSIZ → const FtpCommand

Get the directory size

ENC → const FtpCommand

Privacy Protected Channel

EPRT → const FtpCommand

Specifies an extended address and port to which the server should connect.

EPSV → const FtpCommand

Enter extended passive mode.

FEAT → const FtpCommand

Get the feature list implemented by the server.

HELP → const FtpCommand

Returns usage documentation on a command if specified, else a general help document is returned.

HOST → const FtpCommand

Identify desired virtual host on server, by name.

LANG → const FtpCommand

Language Negotiation

LIST → const FtpCommand

Returns information of a file or directory if specified, else information of the current working directory is returned.

LPRT → const FtpCommand

Specifies a long address and port to which the server should connect.

LPSV → const FtpCommand

Enter long passive mode.

MDTM → const FtpCommand

Return the last-modified time of a specified file.

MFCT → const FtpCommand

Modify the creation time of a file.

MFF → const FtpCommand

Modify fact (the last modification time, creation time, UNIX group/owner/mode of a file).

MFMT → const FtpCommand

Modify the last modification time of a file.

MIC → const FtpCommand

Integrity Protected Command

MKD → const FtpCommand

Make directory.

MLSD → const FtpCommand

Lists the contents of a directory in a standardized machine-readable format.

MLST → const FtpCommand

Provides data about exactly the object named on its command line in a standardized machine-readable format.

MODE → const FtpCommand

Sets the transfer mode (Stream, Block, or Compressed).

NLST → const FtpCommand

Returns a list of file names in a specified directory.

NOOP → const FtpCommand

No operation (dummy packet; used mostly on keepalives).

OPTS → const FtpCommand

Select options for a feature (for example OPTS UTF8 ON).

PASS → const FtpCommand

Authentication password.

PASV → const FtpCommand

Enter passive mode.

PBSZ → const FtpCommand

Protection Buffer Size

PORT → const FtpCommand

Specifies an address and port to which the server should connect.

PROT → const FtpCommand

Data Channel Protection Level.

PWD → const FtpCommand

Print working directory. Returns the current directory of the host.

QUIT → const FtpCommand

Disconnect.

REIN → const FtpCommand

Re initializes the connection.

REST → const FtpCommand

Restart transfer from the specified point.

RETR → const FtpCommand

Retrieve a copy of the file

RMD → const FtpCommand

Remove a directory.

RMDA → const FtpCommand

Remove a directory tree

RNFR → const FtpCommand

Rename from.

RNTO → const FtpCommand

Rename to.

SITE → const FtpCommand

Sends site specific commands to remote server (like SITE IDLE 60 or SITE UMASK 002). Inspect SITE HELP output for complete list of supported commands.

SIZE → const FtpCommand

Return the size of a file.

SMNT → const FtpCommand

Mount file structure.

SPSV → const FtpCommand

Use single port passive mode (only one TCP port number for both control connections and passive-mode data connections)

STAT → const FtpCommand

Returns information on the server status, including the status of the current connection

STOR → const FtpCommand

Accept the data and to store the data as a file at the server site

STOU → const FtpCommand

Store file uniquely.

STRU → const FtpCommand

Set file transfer structure.

SYST → const FtpCommand

Return system type.

THMB → const FtpCommand

Get a thumbnail of a remote image file

TYPE → const FtpCommand

Sets the transfer mode (ASCII/Binary).

USER → const FtpCommand

Authentication username.

XCUP → const FtpCommand

Change to the parent of the current working directory

XMKD → const FtpCommand

Make a directory

XPWD → const FtpCommand

Print the current working directory

XRMD → const FtpCommand

Remove the directory

XSEM → const FtpCommand

Send, mail if cannot

XSEN → const FtpCommand

Send to terminal

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<FtpCommand>
A constant List of the values in this enum, in order of their declaration.