| java.lang.Object | ||
| ↳ | net.schmizz.sshj.xfer.AbstractFileTransfer | |
| ↳ | net.schmizz.sshj.xfer.scp.SCPFileTransfer | |
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| sessionFactory | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
net.schmizz.sshj.xfer.AbstractFileTransfer
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| 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. | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
net.schmizz.sshj.xfer.AbstractFileTransfer
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
net.schmizz.sshj.xfer.FileTransfer
| |||||||||||
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 |
|---|