Package | Description |
---|---|
org.waarp.openr66.context.task |
Classes implementing Tasks for pre, post or error operations
Several kind of tasks exist in OpenR66:
LOG, MOVE, MOVERENAME, COPY, COPYRENAME, EXEC, EXECMOVE, LINKRENAME, TRANSFER, VALIDFILEPATH, DELETE Several tasks are possible to run before a transfer starts (pre action), after a transfer is finished correctly (post action) or after an error occurs (either in pre or post action or during transfer: error action). |
Modifier and Type | Method and Description |
---|---|
static FtpArgs |
FtpArgs.getFtpArgs(String[] args)
"-file filepath
-to requestedHost -port port -user user -pwd pwd [-account account] [-mode active/passive] [-ssl no/implicit/explicit] [-cwd remotepath] [-digest (crc,md5,sha1)] [-pre extraCommand1 with ',' as separator of arguments] -command command from (get,put,append) [-post extraCommand2 with ',' as separator of arguments]" |
FtpArgs |
FtpArgs.setAcct(String acct) |
FtpArgs |
FtpArgs.setCodeCommand(int codeCommand) |
FtpArgs |
FtpArgs.setCommand(String command) |
FtpArgs |
FtpArgs.setCwd(String cwd) |
FtpArgs |
FtpArgs.setDigest(FilesystemBasedDigest.DigestAlgo digest) |
FtpArgs |
FtpArgs.setDigestCommand(String digestCommand) |
FtpArgs |
FtpArgs.setFilename(String filename) |
FtpArgs |
FtpArgs.setFilepath(String filepath) |
FtpArgs |
FtpArgs.setPassive(boolean passive) |
FtpArgs |
FtpArgs.setPort(int port) |
FtpArgs |
FtpArgs.setPostArgs(String postArgs) |
FtpArgs |
FtpArgs.setPreArgs(String preArgs) |
FtpArgs |
FtpArgs.setPwd(String pwd) |
FtpArgs |
FtpArgs.setRequested(String requested) |
FtpArgs |
FtpArgs.setSsl(int ssl) |
FtpArgs |
FtpArgs.setUser(String user) |
Copyright © 2009–2020 Waarp. All rights reserved.