| Author |
FTPClient : is not working
|
Ab kum
Greenhorn
Joined: Jan 20, 2010
Posts: 5
|
|
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...
|
 |
Martijn Verburg
author
Bartender
Joined: Jun 24, 2003
Posts: 3268
|
|
|
Have you looked up what FTP reply code 425 means?
|
Cheers, Martijn - Blog,
Twitter, PCGen, Ikasan, My The Well-Grounded Java Developer book!,
My start-up.
|
 |
 |
|
|
subject: FTPClient : is not working
|
|
|