Package | Description |
---|---|
oracle.ifs.protocols.ftp.commands | |
oracle.ifs.protocols.ftp.server |
Modifier and Type | Class and Description |
---|---|
class |
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.
|
class |
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.
|
class |
FtpCdCommand
A FtpCdCommand supports a basic change directory operation.
|
class |
FtpCdupCommand
A FtpCdupCommand supports a basic change directory up operation.
|
class |
FtpGetCommand
An IfsGetCommand gets a file using a stream.
|
class |
FtpLnCommand
An FtpLnCommand is a command that creates a symbolic link.
|
class |
FtpLoginCommand
A FtpLoginCommand supports a basic login operation.
|
class |
FtpLogoutCommand
A FtpLogoutCommand supports a basic logout operation.
|
class |
FtpLsCommand
Lists items in a folder.
|
class |
FtpMkdirCommand
An FtpMkdirCommand is a command that creates a folder.
|
class |
FtpModeCommand
A FtpModeCommand is for setting various modes in Ftp.
|
class |
FtpNoOpCommand
An FtpNoOpCommand does nothing.
|
class |
FtpPasvCommand
A FtpPasvCommand supports a basic PASV operation.
|
class |
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.
|
class |
FtpPortCommand
A FtpPortCommand supports a port operation.
|
class |
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.
|
class |
FtpPutCommand
A FtpPutCommand is the command to upload a file.
|
class |
FtpPwdCommand
An FtpPwdCommand returns a String representing the current path
|
class |
FtpRenameFromCommand
An FtpRenameFromCommand finds the object that will be renamed with a
following FtpRenameToCommand.
|
class |
FtpRenameToCommand
An FtpRenameToCommand rename the object specified by a FtpRenameFromCommand
to the specified name.
|
class |
FtpRmCommand
A FtpRmCommand deletes a folder or document.
|
class |
FtpStatsCommand
An FtpStatsCommand is a command that outputs performance
statistics to the log file.
|
class |
FtpSystCommand
An FtpSystCommand returns returns the system type.
|
class |
FtpTypeCommand
An FtpTypeCommand sets the binary content mode
in FtpSession
|
class |
FtpUserCommand
An FtpUserCommand is a command that sets the user name to be used in login.
|
Modifier and Type | Method and Description |
---|---|
void |
FtpCommandInvoker.registerCommand(String cmdKey,
FtpCommand cmd)
Registers a cmdKey with a command.
|
Copyright © 2023. All rights reserved.