| 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 | 
FtpMkdirCommand.createFolder(FtpServer server,
            FtpServerChannel channel,
            FtpSession psession,
            String folderPath)
Create Folder. 
 | 
protected void | 
FtpLnCommand.createLink(FtpServer server,
          FtpServerChannel channel,
          FtpSession psession,
          String sourcePath,
          String targetPath)
Create Link. 
 | 
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 abstract void | 
FtpCommand.execute(FtpServerChannel channel,
       String cmdKey,
       Argument[] flags,
       Argument[] positionals)
Execute the 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. 
 | 
protected void | 
FtpCdCommand.handleException(FtpServerChannel channel,
               Exception exception,
               String cmdKey)
Handle error. 
 | 
protected void | 
FtpCdupCommand.handleException(FtpServerChannel channel,
               Exception exception,
               String cmdKey)
Handle error. 
 | 
protected void | 
FtpCommand.handleException(FtpServerChannel channel,
               Exception exception,
               String cmdKey)
Send a generic error message. 
 | 
protected void | 
FtpGetCommand.handleException(FtpServerChannel channel,
               Exception exception,
               String cmdKey)
Handle error. 
 | 
protected void | 
FtpLnCommand.handleException(FtpServerChannel channel,
               Exception exception,
               String cmdKey)
Handle error. 
 | 
protected void | 
FtpLoginCommand.handleException(FtpServerChannel channel,
               Exception exception,
               String cmdKey)
Handle error. 
 | 
protected void | 
FtpMkdirCommand.handleException(FtpServerChannel channel,
               Exception exception,
               String cmdKey)
Handle error. 
 | 
protected void | 
FtpPasvCommand.handleException(FtpServerChannel channel,
               Exception exception,
               String cmdKey)
Handle error. 
 | 
protected void | 
FtpPortCommand.handleException(FtpServerChannel channel,
               Exception exception,
               String cmdKey)
Handle error. 
 | 
protected void | 
FtpPutCommand.handleException(FtpServerChannel channel,
               Exception exception,
               String cmdKey)
Handle error. 
 | 
protected void | 
FtpRenameFromCommand.handleException(FtpServerChannel channel,
               Exception exception,
               String cmdKey)
Handle error. 
 | 
protected void | 
FtpRenameToCommand.handleException(FtpServerChannel channel,
               Exception exception,
               String cmdKey)
Handle error. 
 | 
protected void | 
FtpRmCommand.handleException(FtpServerChannel channel,
               Exception exception,
               String cmdKey)
Handle error. 
 | 
protected void | 
FtpUserCommand.handleException(FtpServerChannel channel,
               Exception exception,
               String cmdKey)
Handle error. 
 | 
protected void | 
FtpLsCommand.handleLog(FtpServerChannel channel,
         Exception exception)
Log errors. 
 | 
void | 
FtpCommand.run(FtpServerChannel channel,
   String cmdKey,
   String cmdline)
Run the command. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
FtpsServerChannel
FtpsServerChannel extends  
FtpServerChannel to support the FTPS protocol. | 
| Modifier and Type | Field and Description | 
|---|---|
protected FtpServerChannel | 
FtpSocketFactory.m_Channel  | 
| Modifier and Type | Method and Description | 
|---|---|
protected FtpServerChannel | 
FtpServer.createChannel(Socket commandSocket,
             String threadName,
             int channelSequence,
             boolean reachedMaximumConnections)
Create a channel. 
 | 
protected FtpServerChannel | 
FtpsServer.createChannel(Socket commandSocket,
             String threadName,
             int channelSequence,
             boolean reachedMaximumConnections)  | 
FtpServerChannel | 
FtpSession.getChannel()
Gets the Channel. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
FtpCommandInvoker.invoke(FtpServerChannel channel,
      String cmdKey,
      String args)
Runs the command identified by cmdKey. 
 | 
void | 
FtpSession.setChannel(FtpServerChannel channel)
Sets the Channel. 
 | 
| Constructor and Description | 
|---|
FtpSocketFactory(FtpServerChannel channel,
                InetAddress localHost,
                int localPort,
                InetAddress remoteHost,
                int remotePort)  | 
FtpsSocketFactory(FtpServerChannel channel,
                 InetAddress localHost,
                 int localPort,
                 InetAddress remoteHost,
                 int remotePort)  | 
Copyright © 2025. All rights reserved.