| net.schmizz.sshj.xfer.FileTransfer |
Known Indirect Subclasses
|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
This is meant to delegate to
download(String, LocalDestFile) with the localPath wrapped as e.g. | |||||||||||
Download
remotePath to localFile. | |||||||||||
Upload
localFile to remotePath. | |||||||||||
This is meant to delegate to
upload(LocalSourceFile, String) with the localPath wrapped as e.g. | |||||||||||
This is meant to delegate to download(String, LocalDestFile) with the localPath wrapped as e.g.
a FileSystemFile.
| remotePath | |
|---|---|
| localPath |
| IOException |
|---|
Download remotePath to localFile.
| remotePath | |
|---|---|
| localFile |
| IOException |
|---|
Upload localFile to remotePath.
| localFile | |
|---|---|
| remotePath |
| IOException |
|---|
This is meant to delegate to upload(LocalSourceFile, String) with the localPath wrapped as e.g.
a FileSystemFile.
| localPath | |
|---|---|
| remotePath |
| IOException |
|---|