org.apache.tools.ant.taskdefs.optional.ssh
Class ScpToMessage
public class ScpToMessage
ScpToMessage(Session session, File aLocalFile, String aRemotePath)
|
ScpToMessage(Session session, List aDirectoryList, String aRemotePath)
|
ScpToMessage(boolean verbose, Session session, File aLocalFile, String aRemotePath)
|
ScpToMessage(boolean verbose, Session session, List aDirectoryList, String aRemotePath)
|
ScpToMessage
public ScpToMessage(Session session,
File aLocalFile,
String aRemotePath)
ScpToMessage
public ScpToMessage(Session session,
List aDirectoryList,
String aRemotePath)
ScpToMessage
public ScpToMessage(boolean verbose,
Session session,
File aLocalFile,
String aRemotePath)
- Ant 1.6.2
ScpToMessage
public ScpToMessage(boolean verbose,
Session session,
List aDirectoryList,
String aRemotePath)
- Ant 1.6.2
execute
public void execute()
throws IOException,
JSchException
- execute in interface AbstractSshMessage
getLocalFile
public File getLocalFile()
getRemotePath
public String getRemotePath()
Copyright B) 2000-2005 Apache Software Foundation. All Rights Reserved.