org.apache.maven.wagon.providers.ssh.jsch
public class SftpWagon extends AbstractJschWagon
Version: $Id: SftpWagon.java 477248 2006-11-20 16:42:51Z brett $
UNKNOWN: [BP] add compression flag
Field Summary | |
---|---|
static long | MILLIS_PER_SEC |
static String | SFTP_CHANNEL |
static int | S_IFDIR |
Method Summary | |
---|---|
SftpATTRS | changeToRepositoryDirectory(ChannelSftp channel, String dir, String filename) |
void | get(String resourceName, File destination) |
boolean | getIfNewer(Resource resource, File destination, long timestamp) |
boolean | getIfNewer(String resourceName, File destination, long timestamp) |
void | mkdir(ChannelSftp channel, String dir, int mode) |
void | mkdirs(ChannelSftp channel, String resourceName, int mode) |
void | put(String basedir, Resource resource, File source) |
void | put(File source, String destination) |
void | setFileMode(ChannelSftp channel, String filename, RepositoryPermissions permissions) |
void | setGroup(ChannelSftp channel, String filename, RepositoryPermissions permissions) |