Package | Description |
---|---|
net.schmizz.sshj.sftp | |
net.schmizz.sshj.xfer | |
net.schmizz.sshj.xfer.scp |
Modifier and Type | Method and Description |
---|---|
void |
SFTPFileTransfer.download(String source,
LocalDestFile dest) |
void |
StatefulSFTPClient.get(String source,
LocalDestFile dest) |
void |
SFTPClient.get(String source,
LocalDestFile dest) |
Modifier and Type | Class and Description |
---|---|
class |
FileSystemFile |
class |
InMemoryDestFile |
Modifier and Type | Method and Description |
---|---|
LocalDestFile |
InMemoryDestFile.getChild(String name) |
LocalDestFile |
LocalDestFile.getChild(String name) |
LocalDestFile |
InMemoryDestFile.getTargetDirectory(String dirname) |
LocalDestFile |
LocalDestFile.getTargetDirectory(String dirname)
Allows caller to express intent that caller expects to write to directory with
dirname . |
LocalDestFile |
LocalDestFile.getTargetFile(String filename)
Allows caller to express intent that caller expects to write to file with
filename . |
Modifier and Type | Method and Description |
---|---|
void |
FileTransfer.download(String remotePath,
LocalDestFile localFile)
Download
remotePath to localFile . |
Modifier and Type | Method and Description |
---|---|
int |
SCPDownloadClient.copy(String sourcePath,
LocalDestFile targetFile)
Download a file from
sourcePath on the connected host to targetPath locally. |
void |
SCPFileTransfer.download(String remotePath,
LocalDestFile localFile) |
Copyright © 2009-2012. All Rights Reserved.