org.apache.tools.ant.taskdefs.optional.ssh
public class ScpToMessage extends AbstractSshMessage
| Constructor Summary | |
|---|---|
| ScpToMessage(boolean verbose, Session session, File aLocalFile, String aRemotePath) | |
| ScpToMessage(boolean verbose, Session session, List aDirectoryList, String aRemotePath) | |
| ScpToMessage(Session session, File aLocalFile, String aRemotePath) | |
| ScpToMessage(Session session, List aDirectoryList, String aRemotePath) | |
| Method Summary | |
|---|---|
| void | execute() |
| File | getLocalFile() |
| String | getRemotePath() |
Since: Ant 1.6.2
Since: Ant 1.6.2