Uses of Interface
net.schmizz.sshj.xfer.LocalSourceFile
Packages that use LocalSourceFile
-
Uses of LocalSourceFile in net.schmizz.sshj.sftp
Fields in net.schmizz.sshj.sftp declared as LocalSourceFileMethods in net.schmizz.sshj.sftp with parameters of type LocalSourceFileModifier and TypeMethodDescriptionprivate FileAttributes
SFTPFileTransfer.Uploader.getAttributes
(LocalSourceFile local) private String
SFTPFileTransfer.Uploader.prepareFile
(LocalSourceFile local, String remote, long byteOffset) void
SFTPClient.put
(LocalSourceFile source, String dest) void
SFTPClient.put
(LocalSourceFile source, String dest, long byteOffset) void
StatefulSFTPClient.put
(LocalSourceFile source, String dest) private void
SFTPFileTransfer.Uploader.setAttributes
(LocalSourceFile local, String remotePath) void
SFTPFileTransfer.upload
(LocalSourceFile localFile, String remotePath) void
SFTPFileTransfer.upload
(LocalSourceFile localFile, String remotePath, long byteOffset) private void
SFTPFileTransfer.Uploader.upload
(TransferListener listener, LocalSourceFile local, String remote, long byteOffset) private String
SFTPFileTransfer.Uploader.uploadDir
(TransferListener listener, LocalSourceFile local, String remote) private String
SFTPFileTransfer.Uploader.uploadFile
(StreamCopier.Listener listener, LocalSourceFile local, String remote, long byteOffset) Constructors in net.schmizz.sshj.sftp with parameters of type LocalSourceFile -
Uses of LocalSourceFile in net.schmizz.sshj.xfer
Classes in net.schmizz.sshj.xfer that implement LocalSourceFileMethods in net.schmizz.sshj.xfer that return types with arguments of type LocalSourceFileModifier and TypeMethodDescriptionIterable
<? extends LocalSourceFile> InMemorySourceFile.getChildren
(LocalFileFilter filter) Iterable
<? extends LocalSourceFile> LocalSourceFile.getChildren
(LocalFileFilter filter) Methods in net.schmizz.sshj.xfer with parameters of type LocalSourceFileModifier and TypeMethodDescriptionboolean
LocalFileFilter.accept
(LocalSourceFile file) void
FileTransfer.upload
(LocalSourceFile localFile, String remotePath) UploadlocalFile
toremotePath
.void
FileTransfer.upload
(LocalSourceFile localFile, String remotePath, long byteOffset) UploadlocalFile
toremotePath
. -
Uses of LocalSourceFile in net.schmizz.sshj.xfer.scp
Methods in net.schmizz.sshj.xfer.scp with parameters of type LocalSourceFileModifier and TypeMethodDescriptionint
SCPUploadClient.copy
(LocalSourceFile sourceFile, String remotePath) Upload a local file fromlocalFile
totargetPath
on the remote host.int
SCPUploadClient.copy
(LocalSourceFile sourceFile, String remotePath, ScpCommandLine.EscapeMode escapeMode) int
SCPUploadClient.copy
(LocalSourceFile sourceFile, String remotePath, ScpCommandLine.EscapeMode escapeMode, boolean preserveTimes) int
SCPUploadClient.copy
(LocalSourceFile sourceFile, String remotePath, ScpCommandLine.EscapeMode escapeMode, ScpCommandLine commandLine) private String
SCPUploadClient.getPermString
(LocalSourceFile f) private void
SCPUploadClient.preserveTimeIfPossible
(LocalSourceFile f) private void
SCPUploadClient.process
(TransferListener listener, LocalSourceFile f, boolean preserveTimes) private void
SCPUploadClient.sendDirectory
(TransferListener listener, LocalSourceFile f, boolean preserveTimes) private void
SCPUploadClient.sendFile
(StreamCopier.Listener listener, LocalSourceFile f, boolean preserveTimes) private void
SCPUploadClient.startCopy
(LocalSourceFile sourceFile, ScpCommandLine commandLine) void
SCPFileTransfer.upload
(LocalSourceFile localFile, String remotePath) void
SCPFileTransfer.upload
(LocalSourceFile localFile, String remotePath, long byteOffset)