| Package | Description |
|---|---|
| net.schmizz.sshj.sftp | |
| net.schmizz.sshj.xfer | |
| net.schmizz.sshj.xfer.scp |
| Modifier and Type | Method and Description |
|---|---|
void |
StatefulSFTPClient.put(LocalSourceFile source,
String dest) |
void |
SFTPClient.put(LocalSourceFile source,
String dest) |
void |
SFTPFileTransfer.upload(LocalSourceFile localFile,
String remotePath) |
| Modifier and Type | Class and Description |
|---|---|
class |
FileSystemFile |
class |
InMemorySourceFile |
| Modifier and Type | Method and Description |
|---|---|
Iterable<? extends LocalSourceFile> |
LocalSourceFile.getChildren(LocalFileFilter filter) |
Iterable<? extends LocalSourceFile> |
InMemorySourceFile.getChildren(LocalFileFilter filter) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
LocalFileFilter.accept(LocalSourceFile file) |
void |
FileTransfer.upload(LocalSourceFile localFile,
String remotePath)
Upload
localFile to remotePath. |
| Modifier and Type | Method and Description |
|---|---|
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) |
Copyright © 2009–2014. All rights reserved.