Uses of Interface
net.schmizz.sshj.xfer.LocalDestFile
-
Packages that use LocalDestFile Package Description net.schmizz.sshj.sftp net.schmizz.sshj.xfer net.schmizz.sshj.xfer.scp -
-
Uses of LocalDestFile in net.schmizz.sshj.sftp
Methods in net.schmizz.sshj.sftp that return LocalDestFile Modifier and Type Method Description private LocalDestFileSFTPFileTransfer.Downloader. downloadDir(TransferListener listener, RemoteResourceInfo remote, LocalDestFile local)private LocalDestFileSFTPFileTransfer.Downloader. downloadFile(StreamCopier.Listener listener, RemoteResourceInfo remote, LocalDestFile local, long byteOffset)Methods in net.schmizz.sshj.sftp with parameters of type LocalDestFile Modifier and Type Method Description private voidSFTPFileTransfer.Downloader. copyAttributes(RemoteResourceInfo remote, LocalDestFile local)voidSFTPFileTransfer. download(java.lang.String source, LocalDestFile dest)voidSFTPFileTransfer. download(java.lang.String source, LocalDestFile dest, long byteOffset)private voidSFTPFileTransfer.Downloader. download(TransferListener listener, RemoteResourceInfo remote, LocalDestFile local, long byteOffset)private LocalDestFileSFTPFileTransfer.Downloader. downloadDir(TransferListener listener, RemoteResourceInfo remote, LocalDestFile local)private LocalDestFileSFTPFileTransfer.Downloader. downloadFile(StreamCopier.Listener listener, RemoteResourceInfo remote, LocalDestFile local, long byteOffset)voidSFTPClient. get(java.lang.String source, LocalDestFile dest)voidSFTPClient. get(java.lang.String source, LocalDestFile dest, long byteOffset)voidStatefulSFTPClient. get(java.lang.String source, LocalDestFile dest) -
Uses of LocalDestFile in net.schmizz.sshj.xfer
Classes in net.schmizz.sshj.xfer that implement LocalDestFile Modifier and Type Class Description classFileSystemFileclassInMemoryDestFileMethods in net.schmizz.sshj.xfer that return LocalDestFile Modifier and Type Method Description LocalDestFileInMemoryDestFile. getChild(java.lang.String name)LocalDestFileLocalDestFile. getChild(java.lang.String name)LocalDestFileInMemoryDestFile. getTargetDirectory(java.lang.String dirname)LocalDestFileLocalDestFile. getTargetDirectory(java.lang.String dirname)Allows caller to express intent that caller expects to write to directory withdirname.LocalDestFileLocalDestFile. getTargetFile(java.lang.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 LocalDestFile Modifier and Type Method Description voidFileTransfer. download(java.lang.String remotePath, LocalDestFile localFile)DownloadremotePathtolocalFile.voidFileTransfer. download(java.lang.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 LocalDestFile Modifier and Type Method Description intSCPDownloadClient. copy(java.lang.String sourcePath, LocalDestFile targetFile)Download a file fromsourcePathon the connected host totargetPathlocally.intSCPDownloadClient. copy(java.lang.String sourcePath, LocalDestFile targetFile, ScpCommandLine.EscapeMode escapeMode)intSCPDownloadClient. copy(java.lang.String sourcePath, LocalDestFile targetFile, ScpCommandLine.EscapeMode escapeMode, ScpCommandLine commandLine)voidSCPFileTransfer. download(java.lang.String remotePath, LocalDestFile localFile)voidSCPFileTransfer. download(java.lang.String remotePath, LocalDestFile localFile, long byteOffset)private booleanSCPDownloadClient. process(TransferListener listener, java.lang.String bufferedTMsg, java.lang.String msg, LocalDestFile f)private voidSCPDownloadClient. processDirectory(TransferListener listener, java.lang.String dMsg, java.lang.String tMsg, LocalDestFile f)private voidSCPDownloadClient. processFile(TransferListener listener, java.lang.String cMsg, java.lang.String tMsg, LocalDestFile f)private voidSCPDownloadClient. setAttributes(LocalDestFile f, int perms, java.lang.String tMsg)private voidSCPDownloadClient. startCopy(LocalDestFile targetFile, ScpCommandLine commandLine)
-