Hi ,
I am trying to FTP file from source server to destination server using "org.apache.commons.net.ftp.*"
I am able to get the connection but file is not transfering fully. All I see file at destination server with ZERO bytes.
After a minute I got error from
java is REPLY CODE : 425
Below is my code ..
Please look into my code.Thanks in advance... any suggestions...