I have the following situation, I want to upload a temporary file to an FTP server, I have the following code:
public static void uploadFileFtp(String file,FTPClient client,String name) throws IOException {
File files = File.createTemp...
asked by
27.10.2018 / 19:10