java110
2020-05-18 a6a76ca15f9d6691d74a236dfc7cf122b34ebadc
java110-core/src/main/java/com/java110/core/client/FtpUploadTemplate.java
@@ -228,7 +228,7 @@
                    FTP.DEFAULT_CONTROL_ENCODING);
            is = ftpClient.retrieveFileStream(f);// 获取远程ftp上指定文件的InputStream
            if (null == is) {
                throw new FileNotFoundException(fileName);
                throw new FileNotFoundException(f);
            }
            bos = new ByteArrayOutputStream();
            int length;