org.apache.tools.ant.taskdefs.optional.ssh

Class ScpToMessage

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
voidexecute()
FilegetLocalFile()
StringgetRemotePath()

Constructor Detail

ScpToMessage

public ScpToMessage(boolean verbose, Session session, File aLocalFile, String aRemotePath)

Since: Ant 1.6.2

ScpToMessage

public ScpToMessage(boolean verbose, Session session, List aDirectoryList, String aRemotePath)

Since: Ant 1.6.2

ScpToMessage

public ScpToMessage(Session session, File aLocalFile, String aRemotePath)

ScpToMessage

public ScpToMessage(Session session, List aDirectoryList, String aRemotePath)

Method Detail

execute

public void execute()

getLocalFile

public File getLocalFile()

getRemotePath

public String getRemotePath()
Copyright B) 2000-2007 Apache Software Foundation. All Rights Reserved.