|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FtpFile | |
|---|---|
| goldengate.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. |
| goldengate.ftp.core.file | Interfaces for FtpFile, FtpDir and FtpAuth as specific FTP extension of interfaces FileInterface, DirInterface and AuthInterface |
| goldengate.ftp.filesystembased | Classes implementing File, Directory and Authentication according to a filesystem implementation for FTP |
| goldengate.ftp.simpleimpl.file | Filesystem based implementation example of File, Dir, Auth and SimpleAuth. |
| Uses of FtpFile in goldengate.ftp.core.data |
|---|
| Methods in goldengate.ftp.core.data that return FtpFile | |
|---|---|
FtpFile |
FtpTransfer.getFtpFile()
|
| Methods in goldengate.ftp.core.data with parameters of type FtpFile | |
|---|---|
void |
FtpTransferControl.setNewFtpTransfer(FtpCommandCode command,
FtpFile file)
Add a new transfer to be executed. |
| Constructors in goldengate.ftp.core.data with parameters of type FtpFile | |
|---|---|
FtpTransfer(FtpCommandCode command,
FtpFile file)
|
|
| Uses of FtpFile in goldengate.ftp.core.file |
|---|
| Methods in goldengate.ftp.core.file that return FtpFile | |
|---|---|
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) |
| Uses of FtpFile in goldengate.ftp.filesystembased |
|---|
| Classes in goldengate.ftp.filesystembased that implement FtpFile | |
|---|---|
class |
FilesystemBasedFtpFile
Filesystem implementation of a FtpFile |
| Methods in goldengate.ftp.filesystembased that return FtpFile | |
|---|---|
FtpFile |
FilesystemBasedFtpDir.setFile(String path,
boolean append)
|
FtpFile |
FilesystemBasedFtpDir.setUniqueFile()
|
| Uses of FtpFile in goldengate.ftp.simpleimpl.file |
|---|
| Classes in goldengate.ftp.simpleimpl.file that implement FtpFile | |
|---|---|
class |
FileBasedFile
FtpFile implementation based on true directories and files |
| Methods in goldengate.ftp.simpleimpl.file that return FtpFile | |
|---|---|
FtpFile |
FileBasedDir.newFile(String path,
boolean append)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||