Package | Description |
---|---|
com.sshtools.j2ssh |
Modifier and Type | Method and Description |
---|---|
DirectoryOperation |
SftpClient.copyLocalDirectory(java.lang.String localdir,
java.lang.String remotedir,
boolean recurse,
boolean sync,
boolean commit,
FileTransferProgress progress) |
DirectoryOperation |
SftpClient.copyRemoteDirectory(java.lang.String remotedir,
java.lang.String localdir,
boolean recurse,
boolean sync,
boolean commit,
FileTransferProgress progress) |
Modifier and Type | Method and Description |
---|---|
void |
DirectoryOperation.addDirectoryOperation(DirectoryOperation op,
java.io.File f) |
void |
DirectoryOperation.addDirectoryOperation(DirectoryOperation op,
java.lang.String file) |
Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.