Package | Description |
---|---|
oracle.ifs.protocols.ftp.commands | |
oracle.ifs.protocols.ftp.server |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
FtpsServer
The FtpsServer is an extension of the
FtpServer . |
Modifier and Type | Method and Description |
---|---|
FtpServer |
FtpServerChannel.getFtpServer()
Gets the FtpServer that started this Channel.
|
Modifier and Type | Method and Description |
---|---|
Socket |
FtpSocketFactory.getConnection(FtpServer server)
Returns a Socket for data transfer.
|
Socket |
FtpsSocketFactory.getConnection(FtpServer server)
Returns a Socket for data transfer.
|
Constructor and Description |
---|
FtpServerChannel(FtpServer server,
Socket controlSocket,
int key,
String threadName,
boolean reachedMaximumConnections)
The Constructor.
|
FtpsServerChannel(FtpServer server,
Socket controlSocket,
int key,
String threadName,
boolean reachedMaximumConnections,
boolean isImplicit) |
Copyright © 2023. All rights reserved.