|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LocalSourceFile | |
|---|---|
| net.schmizz.sshj.sftp | |
| net.schmizz.sshj.xfer | |
| net.schmizz.sshj.xfer.scp | |
| Uses of LocalSourceFile in net.schmizz.sshj.sftp |
|---|
| Methods in net.schmizz.sshj.sftp with parameters of type LocalSourceFile | |
|---|---|
void |
StatefulSFTPClient.put(LocalSourceFile source,
String dest)
|
void |
SFTPClient.put(LocalSourceFile source,
String dest)
|
void |
SFTPFileTransfer.upload(LocalSourceFile localFile,
String remotePath)
|
| Uses of LocalSourceFile in net.schmizz.sshj.xfer |
|---|
| Classes in net.schmizz.sshj.xfer that implement LocalSourceFile | |
|---|---|
class |
FileSystemFile
|
class |
InMemorySourceFile
|
| Methods in net.schmizz.sshj.xfer that return types with arguments of type LocalSourceFile | |
|---|---|
Iterable<? extends LocalSourceFile> |
LocalSourceFile.getChildren(LocalFileFilter filter)
|
Iterable<? extends LocalSourceFile> |
InMemorySourceFile.getChildren(LocalFileFilter filter)
|
| Methods in net.schmizz.sshj.xfer with parameters of type LocalSourceFile | |
|---|---|
boolean |
LocalFileFilter.accept(LocalSourceFile file)
|
void |
FileTransfer.upload(LocalSourceFile localFile,
String remotePath)
Upload localFile to remotePath. |
| Uses of LocalSourceFile in net.schmizz.sshj.xfer.scp |
|---|
| Methods in net.schmizz.sshj.xfer.scp with parameters of type LocalSourceFile | |
|---|---|
int |
SCPUploadClient.copy(LocalSourceFile sourceFile,
String remotePath)
Upload a local file from localFile to targetPath on the remote host. |
void |
SCPFileTransfer.upload(LocalSourceFile localFile,
String remotePath)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||