FTPClient's setFileTransferMode Not Taking Effect
问题 The following code is meant to take a file (any file would be nice, but right now I'm just using images anyway), and upload it to my server (which works, blah blah blah). The only problem is that the picture is quite skewed after transfer. The main suggestion is to use FTPClient's setFileTranferMode to FTPClient.BINARY_FILE_TYPE, which... has no effect at this point... Here's the code for the method: public void sendFile(File sendMe) throws IOException{ f.connect(ip); f.login(username,