Commit c78ae691 authored by Quxl's avatar Quxl

x

parent e4c5cb47
......@@ -182,7 +182,7 @@ public class FtpUtil {
System.out.println(e);
}
}
return ftpClient.storeUniqueFileStream(remoteFullPath);
return ftpClient.storeFileStream(remoteFullPath);
}
public void uploadFolder(String localFileName, String remoteFullPath) throws IOException {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment