Enum flep_protocol::command_kind::CommandKind [] [src]

pub enum CommandKind {
    ABOR(ABOR),
    ACCT(ACCT),
    ADAT(ADAT),
    ALLO(ALLO),
    APPE(APPE),
    AUTH(AUTH),
    CCC(CCC),
    CDUP(CDUP),
    CONF(CONF),
    CWD(CWD),
    DELE(DELE),
    ENC(ENC),
    EPRT(EPRT),
    EPSV(EPSV),
    FEAT(FEAT),
    HELP(HELP),
    HOST(HOST),
    LANG(LANG),
    LIST(LIST),
    LPRT(LPRT),
    LPSV(LPSV),
    MDTM(MDTM),
    MIC(MIC),
    MKD(MKD),
    MLSD(MLSD),
    MLST(MLST),
    MODE(MODE),
    NLST(NLST),
    NOOP(NOOP),
    OPTS(OPTS),
    PASS(PASS),
    PASV(PASV),
    PBSZ(PBSZ),
    PORT(PORT),
    PROT(PROT),
    PWD(PWD),
    QUIT(QUIT),
    REIN(REIN),
    REST(REST),
    RETR(RETR),
    RMD(RMD),
    RNFR(RNFR),
    RNTO(RNTO),
    SITE(SITE),
    SIZE(SIZE),
    SMNT(SMNT),
    STAT(STAT),
    STOR(STOR),
    STOU(STOU),
    STRU(STRU),
    SYST(SYST),
    TYPE(TYPE),
    USER(USER),
    XCUP(XCUP),
    XMKD(XMKD),
    XPWD(XPWD),
    XRCP(XRCP),
    XRMD(XRMD),
    XRSQ(XRSQ),
    XSEM(XSEM),
    XSEN(XSEN),
}

Variants

Abort an active file transfer.

Account information.

Authentication/Security Data.

Allocate sufficient disk space to receive a file.

Append.

Authentication/Security Mechanism.

Clear Command Channel.

Change directory up one level.

Confidentiality Protection Command.

Change working directory.

Delete file.

Privacy Protected Channel.

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

Enter extended passive mode.

Get the feature list implemented by the server.

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

Identify desired virtual host on server, by name.

Language Negotiation.

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

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

Enter long passive mode.

Return the last-modified time of a specified file.

Integrity Protected Command.

Make directory.

Lists the contents of a directory if a directory is named.

Provides data about exactly the object named on its command line, and no others.

Sets the transfer mode.

Returns a list of file names in a specified directory.

A no-operation.

Select options for a feature.

Authentication password.

Enter passive mode.

Protection Buffer Size.

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

Data Channel Protection Level.

Gets the name of the current working directory on the remote host.

Terminates the command connection.

Reinitializes the command connection.

Restart transfer from the specified point.

Retrieve a copy of the file.

Remove a directory.

Rename from.

Rename to.

Sends site specific commands to remote server.

Return the size of a file.

Mount file structure.

Returns the current status.

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

Store file uniquely.

Set file transfer structure.

Returns a word identifying the system.

Sets the transfer mode (ASCII/binary).

Sets the name for the user.

Change to the parent of the current working directory.

Make a directory.

Print the current working directory.

Remove the directory.

Send, mail if cannot.

Send to terminal.

Methods

impl CommandKind
[src]

Reads a command from a buffer.

Trait Implementations

impl Clone for CommandKind
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CommandKind
[src]

Formats the value using the given formatter.

impl PartialEq for CommandKind
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for CommandKind
[src]