| Class | Description |
|---|---|
| FtpAuthCommand |
Implements the AUTHENTICATION/SECURITY MECHANISM(AUTH) command as defined in
Securing FTP with TLS specification,
which is based on RFC 2228, FTP Security Extensions.
|
| FtpCccCommand |
Implements the CLEAR COMMAND CHANNEL (CCC) command as defined in
Securing FTP with TLS specification,
which is based on RFC 2228, FTP Security Extensions.
|
| FtpCdCommand |
A FtpCdCommand supports a basic change directory operation.
|
| FtpCdupCommand |
A FtpCdupCommand supports a basic change directory up operation.
|
| FtpCommand |
FtpCommand is a base class for Ftp commands.
|
| FtpGetCommand |
An IfsGetCommand gets a file using a stream.
|
| FtpLnCommand |
An FtpLnCommand is a command that creates a symbolic link.
|
| FtpLoginCommand |
A FtpLoginCommand supports a basic login operation.
|
| FtpLogoutCommand |
A FtpLogoutCommand supports a basic logout operation.
|
| FtpLsCommand |
Lists items in a folder.
|
| FtpMkdirCommand |
An FtpMkdirCommand is a command that creates a folder.
|
| FtpModeCommand |
A FtpModeCommand is for setting various modes in Ftp.
|
| FtpNoOpCommand |
An FtpNoOpCommand does nothing.
|
| FtpPasvCommand |
A FtpPasvCommand supports a basic PASV operation.
|
| FtpPbszCommand |
Implements the PROTECTION BUFFER SIZE (PBSZ) command as defined in
Securing FTP with TLS specification,
which is based on RFC 2228, FTP Security Extensions.
|
| FtpPortCommand |
A FtpPortCommand supports a port operation.
|
| FtpProtCommand |
Implements the DATA CHANNEL PROTECTION LEVEL (PROT) command as defined in
Securing FTP with TLS specification,
which is based on RFC 2228, FTP Security Extensions.
|
| FtpPutCommand |
A FtpPutCommand is the command to upload a file.
|
| FtpPwdCommand |
An FtpPwdCommand returns a String representing the current path
|
| FtpRenameFromCommand |
An FtpRenameFromCommand finds the object that will be renamed with a
following FtpRenameToCommand.
|
| FtpRenameToCommand |
An FtpRenameToCommand rename the object specified by a FtpRenameFromCommand
to the specified name.
|
| FtpRmCommand |
A FtpRmCommand deletes a folder or document.
|
| FtpStatsCommand |
An FtpStatsCommand is a command that outputs performance
statistics to the log file.
|
| FtpSystCommand |
An FtpSystCommand returns returns the system type.
|
| FtpTypeCommand |
An FtpTypeCommand sets the binary content mode
in FtpSession
|
| FtpUserCommand |
An FtpUserCommand is a command that sets the user name to be used in login.
|
Copyright © 2025. All rights reserved.