在确定路径和文件名没有中文的情况下添加以下代码 ftp.setFileTransferMode(ftp.BINARY_FILE_TYPE); ftp.enterLocalPassiveMode();//Switch to passive mode Store = ftp.storeFile(destinationfile, in); in.close(); 如果仍返回false # getsebool -a | grep ftp allow_ftpd_anon_write --> off all