Package | Description |
---|---|
org.waarp.ftp.core.data |
Classes implementing Data and Transfer status
When a transfer should occur, here are the steps: The connection is prepared through a PORT or PASV command. |
org.waarp.ftp.core.file |
Interfaces for FtpFile, FtpDir and FtpAuth as specific FTP extension of interfaces FileInterface,
DirInterface and AuthInterface
|
org.waarp.ftp.filesystembased |
Classes implementing File, Directory and Authentication according to a filesystem implementation
for FTP
|
org.waarp.ftp.simpleimpl.file |
Filesystem based implementation example of File, Dir, Auth and SimpleAuth.
|
Modifier and Type | Method and Description |
---|---|
FtpFile |
FtpTransfer.getFtpFile() |
Modifier and Type | Method and Description |
---|---|
void |
FtpTransferControl.setNewFtpTransfer(FtpCommandCode command,
FtpFile file)
Add a new transfer to be executed.
|
Constructor and Description |
---|
FtpTransfer(FtpCommandCode command,
FtpFile file) |
Modifier and Type | Method and Description |
---|---|
FtpFile |
FtpDir.newFile(String path,
boolean append)
Create a new FtpFile
|
FtpFile |
FtpDir.setFile(String path,
boolean append)
Set a path as the current FileInterface
|
FtpFile |
FtpDir.setUniqueFile()
Set a new unique path as the current FileInterface from the current Directory (STOU)
|
Modifier and Type | Class and Description |
---|---|
class |
FilesystemBasedFtpFile
Filesystem implementation of a FtpFile
|
Modifier and Type | Method and Description |
---|---|
FtpFile |
FilesystemBasedFtpDir.setFile(String path,
boolean append) |
FtpFile |
FilesystemBasedFtpDir.setUniqueFile() |
Modifier and Type | Class and Description |
---|---|
class |
FileBasedFile
FtpFile implementation based on true directories and files
|
Modifier and Type | Method and Description |
---|---|
FtpFile |
FileBasedDir.newFile(String path,
boolean append) |
Copyright © 2009–2019 Waarp. All rights reserved.