Package | Description |
---|---|
oracle.ifs.protocols.ftp.commands | |
oracle.ifs.protocols.ftp.server |
Modifier and Type | Method and Description |
---|---|
protected void |
FtpCommand.checkLoggedIn(FtpServerChannel channel)
Check with current session is valid.
|
protected void |
FtpAuthCommand.execute(FtpServerChannel channel,
String cmdKey,
Argument[] flags,
Argument[] args) |
protected void |
FtpCccCommand.execute(FtpServerChannel channel,
String cmdKey,
Argument[] flags,
Argument[] args) |
protected void |
FtpCdCommand.execute(FtpServerChannel channel,
String cmdKey,
Argument[] flags,
Argument[] args)
Execute a command.
|
protected void |
FtpCdupCommand.execute(FtpServerChannel channel,
String cmdKey,
Argument[] flags,
Argument[] args)
Execute a command.
|
protected void |
FtpGetCommand.execute(FtpServerChannel channel,
String cmdKey,
Argument[] flags,
Argument[] args)
Execute a command.
|
protected void |
FtpLnCommand.execute(FtpServerChannel channel,
String cmdKey,
Argument[] flags,
Argument[] args)
Execute a command.
|
protected void |
FtpLoginCommand.execute(FtpServerChannel channel,
String cmdKey,
Argument[] flags,
Argument[] args)
Execute a FtpLoginCommand.
|
protected void |
FtpLogoutCommand.execute(FtpServerChannel channel,
String cmdKey,
Argument[] flags,
Argument[] args)
Execute a command.
|
protected void |
FtpLsCommand.execute(FtpServerChannel channel,
String cmdKey,
Argument[] flags,
Argument[] args)
Execute a command.
|
protected void |
FtpMkdirCommand.execute(FtpServerChannel channel,
String cmdKey,
Argument[] flags,
Argument[] args)
Execute a command.
|
protected void |
FtpModeCommand.execute(FtpServerChannel channel,
String cmdKey,
Argument[] flags,
Argument[] positionals)
Execute a command.
|
protected void |
FtpNoOpCommand.execute(FtpServerChannel channel,
String cmdKey,
Argument[] flags,
Argument[] args)
Execute a command.
|
protected void |
FtpPasvCommand.execute(FtpServerChannel channel,
String cmdKey,
Argument[] flags,
Argument[] args)
Execute a command.
|
protected void |
FtpPbszCommand.execute(FtpServerChannel channel,
String cmdKey,
Argument[] flags,
Argument[] args) |
protected void |
FtpPortCommand.execute(FtpServerChannel channel,
String cmdKey,
Argument[] flags,
Argument[] args)
Execute a command.
|
protected void |
FtpProtCommand.execute(FtpServerChannel channel,
String cmdKey,
Argument[] flags,
Argument[] args) |
protected void |
FtpPutCommand.execute(FtpServerChannel channel,
String cmdKey,
Argument[] flags,
Argument[] args)
Execute a command.
|
protected void |
FtpPwdCommand.execute(FtpServerChannel channel,
String cmdKey,
Argument[] flags,
Argument[] args)
Execute a command.
|
protected void |
FtpRenameFromCommand.execute(FtpServerChannel channel,
String cmdKey,
Argument[] flags,
Argument[] args)
Execute a command.
|
protected void |
FtpRenameToCommand.execute(FtpServerChannel channel,
String cmdKey,
Argument[] flags,
Argument[] args)
Execute a command.
|
protected void |
FtpRmCommand.execute(FtpServerChannel channel,
String cmdKey,
Argument[] flags,
Argument[] args)
Execute a command.
|
protected void |
FtpStatsCommand.execute(FtpServerChannel channel,
String cmdKey,
Argument[] flags,
Argument[] args)
Execute a command.
|
protected void |
FtpSystCommand.execute(FtpServerChannel channel,
String cmdKey,
Argument[] flags,
Argument[] args)
Execute a command.
|
protected void |
FtpTypeCommand.execute(FtpServerChannel channel,
String cmdKey,
Argument[] flags,
Argument[] args)
Execute a command.
|
protected void |
FtpUserCommand.execute(FtpServerChannel channel,
String cmdKey,
Argument[] flags,
Argument[] args)
Executes a FtpUserCommand.
|
String |
FtpCommand.normalizePath(FtpSession psession,
String path)
Convert to absolute path if not already.
|
Modifier and Type | Method and Description |
---|---|
protected void |
FtpServerChannel.handleFtpException(FtpException e,
String cmdKey)
Handles an exception while invoking command.
|
Modifier and Type | Method and Description |
---|---|
protected String |
FtpServerChannel.getCommandLine()
Gets the commandline input.
|
void |
FtpCommandInvoker.invoke(FtpServerChannel channel,
String cmdKey,
String args)
Runs the command identified by cmdKey.
|
Copyright © 2023. All rights reserved.