Uses of Class
io.github.scarecraw22.utils.sftp.DownloadFileSftpException
-
Packages that use DownloadFileSftpException Package Description io.github.scarecraw22.utils.sftp -
-
Uses of DownloadFileSftpException in io.github.scarecraw22.utils.sftp
Methods in io.github.scarecraw22.utils.sftp that throw DownloadFileSftpException Modifier and Type Method Description voidJschSftpClient. download(String sourcePath, Path destinationFile)voidJschSftpClient. download(String sourcePath, Consumer<InputStream> onDownloadConsumer)voidSftpClient. download(String sourcePath, Path destinationFile)voidSftpClient. download(String sourcePath, Consumer<InputStream> onDownloadConsumer)
-