Method Summary |
|
public void | addFileset(FileSet set) Adds a FileSet tranfer to remote host. |
public void | execute() Execute this task. |
public void | init() Initialize this task. |
public void | setFile(String aFromUri) Sets the file to be transferred. |
public void | setLocalFile(String aFromUri) Similiar to
Scp.setFile setFile but explicitly states that
the file is a local file. |
public void | setLocalTodir(String aToUri) Similiar to
Scp.setTodir setTodir but explicitly states
that the directory is a local. |
public void | setLocalTofile(String aToUri) Changes the file name to the given name while receiving it,
only useful if receiving a single file. |
public void | setRemoteFile(String aFromUri) Similiar to
Scp.setFile setFile but explicitly states that
the file is a remote file. |
public void | setRemoteTodir(String aToUri) Similiar to
Scp.setTodir setTodir but explicitly states
that the directory is a remote. |
public void | setRemoteTofile(String aToUri) Changes the file name to the given name while sending it,
only useful if sending a single file. |
public void | setSftp(boolean yesOrNo) Setting this to true to use sftp protocol. |
public void | setTodir(String aToUri) Sets the location where files will be transferred to. |