Uses of Interface
net.schmizz.sshj.xfer.LocalDestFile
Packages that use LocalDestFile
-
Uses of LocalDestFile in net.schmizz.sshj.sftp
Methods in net.schmizz.sshj.sftp with parameters of type LocalDestFileModifier and TypeMethodDescriptionvoidSFTPFileTransfer.download(String source, LocalDestFile dest) voidSFTPFileTransfer.download(String source, LocalDestFile dest, long byteOffset) voidSFTPClient.get(String source, LocalDestFile dest) voidSFTPClient.get(String source, LocalDestFile dest, long byteOffset) voidStatefulSFTPClient.get(String source, LocalDestFile dest) -
Uses of LocalDestFile in net.schmizz.sshj.xfer
Classes in net.schmizz.sshj.xfer that implement LocalDestFileMethods in net.schmizz.sshj.xfer that return LocalDestFileModifier and TypeMethodDescriptionInMemoryDestFile.getTargetDirectory(String dirname) LocalDestFile.getTargetDirectory(String dirname) Allows caller to express intent that caller expects to write to directory withdirname.LocalDestFile.getTargetFile(String filename) Allows caller to express intent that caller expects to write to file withfilename.Methods in net.schmizz.sshj.xfer with parameters of type LocalDestFileModifier and TypeMethodDescriptionvoidFileTransfer.download(String remotePath, LocalDestFile localFile) DownloadremotePathtolocalFile.voidFileTransfer.download(String remotePath, LocalDestFile localFile, long byteOffset) DownloadremotePathtolocalFile. -
Uses of LocalDestFile in net.schmizz.sshj.xfer.scp
Methods in net.schmizz.sshj.xfer.scp with parameters of type LocalDestFileModifier and TypeMethodDescriptionintSCPDownloadClient.copy(String sourcePath, LocalDestFile targetFile) Download a file fromsourcePathon the connected host totargetPathlocally.intSCPDownloadClient.copy(String sourcePath, LocalDestFile targetFile, ScpCommandLine.EscapeMode escapeMode) intSCPDownloadClient.copy(String sourcePath, LocalDestFile targetFile, ScpCommandLine.EscapeMode escapeMode, ScpCommandLine commandLine) voidSCPFileTransfer.download(String remotePath, LocalDestFile localFile) voidSCPFileTransfer.download(String remotePath, LocalDestFile localFile, long byteOffset)