Hi.
I have a process that upload some files to my webserver.
for example :
ftp.put("D:\tomcat5.5\webapps\generated\list.txt","list.txt");
the problem. Allwais return a Connection TimeOut.
I put the conection Timeout in 10000.
Any Idea?
Sorry for my English.