Uses of Class
io.github.scarecraw22.utils.sftp.UploadFileSftpException
-
Packages that use UploadFileSftpException Package Description io.github.scarecraw22.utils.sftp -
-
Uses of UploadFileSftpException in io.github.scarecraw22.utils.sftp
Methods in io.github.scarecraw22.utils.sftp that throw UploadFileSftpException Modifier and Type Method Description voidJschSftpClient. upload(InputStream inputStream, String destinationPath)voidJschSftpClient. upload(Path sourceFile, String destinationPath)voidSftpClient. upload(InputStream inputStream, String destinationPath)voidSftpClient. upload(Path sourceFile, String destinationPath)
-