org.apache.maven.wagon.providers.ssh.ganymed
Class ScpWagon
public
class
ScpWagon
extends AbstractGanymedWagon
A base class for deployers and fetchers using protocols from SSH2 family and
JSch library for underlying implementation
This is responsible for authentification stage of the process.
We will first try to use public keys for authentication and if that doesn't
work then we fall back to using the login and password
Version: $Id: ScpWagon.java 430944 2006-08-12 02:02:20Z carlos $
UNKNOWN: [BP] add compression flag
Method Summary |
void | get(String resourceName, File destination) |
void | put(File source, String destination) |
public void get(String resourceName, File destination)
public void put(File source, String destination)