Our Products:   CompleteFTP  edtFTPnet/Free  edtFTPnet/PRO  edtFTPj/Free  edtFTPj/PRO
0 votes
2.5k views
in Java FTP by
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.

1 Answer

0 votes
by (162k points)
Try running the demo code or a modification. You might need to use double backslashes in the path below.

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.

Categories

...