文件上传接口,使用SFTP传输文件时报错:4: Failure 解决
使用SFTP传输文件时报错:4: Failure 解决
4: Failure
at com.jcraft.jsch.ChannelSftp.throwStatusError(ChannelSftp.java:2873)
at com.jcraft.jsch.ChannelSftp._put(ChannelSftp.java:594)
at com.jcraft.jsch.ChannelSftp.put(ChannelSftp.java:475)
at com.aia.cn.SftpUtil.upload(SftpUtil.java:89)
at com.aia.cn.SftpUtil.uploadFilesToServer(SftpUtil.java:49)
at com.aia.cn.TransferTo.main(TransferTo.java:12)
文件上传一直失败,然后debug走到ftp.upload()方法后就抛出异常,去测试服务器看一下,原来是磁盘满了,导致这个问题的出现