|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FtpCommandCode | |
---|---|
goldengate.ftp.core.command | Global classes that store all informations on implemented commands, arguments, reply codes. |
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. |
Uses of FtpCommandCode in goldengate.ftp.core.command |
---|
Methods in goldengate.ftp.core.command that return FtpCommandCode | |
---|---|
FtpCommandCode |
AbstractCommand.getCode()
|
static FtpCommandCode |
FtpCommandCode.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static FtpCommandCode[] |
FtpCommandCode.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in goldengate.ftp.core.command with parameters of type FtpCommandCode | |
---|---|
static boolean |
FtpCommandCode.isExtensionCommand(FtpCommandCode command)
True if the command is an extension operation (XMD5, XCRC, XSHA1, ...) |
static boolean |
FtpCommandCode.isListLikeCommand(FtpCommandCode command)
True if the command is a List like operation (LIST, NLST, MLSD, MLST, ...) |
static boolean |
FtpCommandCode.isRetrLikeCommand(FtpCommandCode command)
True if the command is a Retrieve like operation (RETR, ...) |
static boolean |
FtpCommandCode.isSpecialCommand(FtpCommandCode command)
True if the command is a special operation (QUIT, ABOR, NOOP, STAT, ...) |
static boolean |
FtpCommandCode.isStoreLikeCommand(FtpCommandCode command)
True if the command is a Store like operation (APPE, STOR, STOU, ...) |
static boolean |
FtpCommandCode.isStorOrRetrLikeCommand(FtpCommandCode command)
True if the command is a Retrieve or Store like operation |
Uses of FtpCommandCode in goldengate.ftp.core.data |
---|
Methods in goldengate.ftp.core.data that return FtpCommandCode | |
---|---|
FtpCommandCode |
FtpTransfer.getCommand()
|
Methods in goldengate.ftp.core.data with parameters of type FtpCommandCode | |
---|---|
void |
FtpTransferControl.setNewFtpTransfer(FtpCommandCode command,
FtpFile file)
Add a new transfer to be executed. |
void |
FtpTransferControl.setNewFtpTransfer(FtpCommandCode command,
List<String> list,
String path)
Add a new transfer to be executed. |
Constructors in goldengate.ftp.core.data with parameters of type FtpCommandCode | |
---|---|
FtpTransfer(FtpCommandCode command,
FtpFile file)
|
|
FtpTransfer(FtpCommandCode command,
List<String> fileOrInfo,
String path)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |