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.
|
protected void |
FtpLsCommand.loadBuffer(StringBuffer buffer,
Item item,
boolean indicateFolder,
FtpSession psession,
CommonManager cm,
TimeZone timezone,
int currCalYear,
Calendar currCalLessSixMonths)
Add to the buffer the data of one Document or Folder that will be
sent to the FTP client.
|
String |
FtpCommand.normalizePath(FtpSession psession,
String path)
Convert to absolute path if not already.
|
Modifier and Type | Method and Description |
---|---|
FtpSession |
FtpServerChannel.getFtpSession()
Gets the FtpSession associated with this Channel.
|
Modifier and Type | Method and Description |
---|---|
Object |
FtpServer.addFtpSession(FtpSession psession,
Long sessid)
Adds a new FtpSession to the server.
|
void |
FtpServer.removeFtpSession(FtpSession psession)
Removes a FtpSession from the server.
|
void |
FtpServerChannel.setFtpSession(FtpSession ftpSession)
Sets the FtpSession associated with this Channel.
|
Copyright © 2023. All rights reserved.