|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LocalDestFile | |
|---|---|
| net.schmizz.sshj.sftp | |
| net.schmizz.sshj.xfer | |
| net.schmizz.sshj.xfer.scp | |
| Uses of LocalDestFile in net.schmizz.sshj.sftp |
|---|
| Methods in net.schmizz.sshj.sftp with parameters of type LocalDestFile | |
|---|---|
void |
SFTPFileTransfer.download(String source,
LocalDestFile dest)
|
void |
StatefulSFTPClient.get(String source,
LocalDestFile dest)
|
void |
SFTPClient.get(String source,
LocalDestFile dest)
|
| Uses of LocalDestFile in net.schmizz.sshj.xfer |
|---|
| Classes in net.schmizz.sshj.xfer that implement LocalDestFile | |
|---|---|
class |
FileSystemFile
|
class |
InMemoryDestFile
|
| Methods in net.schmizz.sshj.xfer that return LocalDestFile | |
|---|---|
LocalDestFile |
LocalDestFile.getChild(String name)
|
LocalDestFile |
InMemoryDestFile.getChild(String name)
|
LocalDestFile |
LocalDestFile.getTargetDirectory(String dirname)
Allows caller to express intent that caller expects to write to directory with dirname. |
LocalDestFile |
InMemoryDestFile.getTargetDirectory(String dirname)
|
LocalDestFile |
LocalDestFile.getTargetFile(String filename)
Allows caller to express intent that caller expects to write to file with filename. |
| Methods in net.schmizz.sshj.xfer with parameters of type LocalDestFile | |
|---|---|
void |
FileTransfer.download(String remotePath,
LocalDestFile localFile)
Download remotePath to localFile. |
| Uses of LocalDestFile in net.schmizz.sshj.xfer.scp |
|---|
| Methods in net.schmizz.sshj.xfer.scp with parameters of type LocalDestFile | |
|---|---|
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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||