org.apache.maven.wagon.providers.ssh.external
public class ScpExternalWagon extends AbstractSshWagon
Version: $Id:ScpExternalWagon.java 477260 2006-11-20 17:11:39Z brett $
UNKNOWN: [BP] add compression flag
Field Summary | |
---|---|
String | scpArgs
Arguments to pass to the SCP command.
|
String | scpExecutable
The external SCP command to use - default is scp .
|
String | sshArgs
Arguments to pass to the SSH command.
|
String | sshExecutable
The external SSH command to use - default is ssh .
|
static int | SSH_FATAL_EXIT_CODE |
Method Summary | |
---|---|
void | closeConnection() |
Commandline | createBaseCommandLine(boolean putty, String executable) |
Streams | executeCommand(String command, boolean ignoreFailures) |
void | executeCommand(String command) |
void | executeScpCommand(File localFile, String remoteFile, boolean put) |
void | get(String resourceName, File destination) |
String | getScpArgs() |
String | getScpExecutable() |
String | getSshArgs() |
String | getSshExecutable() |
void | openConnection() |
void | put(File source, String destination) |
void | putDirectory(File sourceDirectory, String destinationDirectory) |
void | setScpArgs(String scpArgs) |
void | setScpExecutable(String scpExecutable) |
void | setSshArgs(String sshArgs) |
void | setSshExecutable(String sshExecutable) |
UNKNOWN:
scp
.
UNKNOWN: default="scp"
UNKNOWN:
ssh
.
UNKNOWN: default="ssh"