Find the mistake in this code for uploading a file to the FTP server:
ftp.storeFile("serverPath", new FileInputStream("localFile"));
Find the mistake in this code for uploading a file to the FTP server:
ftp.storeFile("serverPath", new FileInputStream("localFile"));