.
Thanks,
Shawn
"Daniel F. Savarese" <[EMAIL PROTECTED]> wrote:
In message <[EMAIL PROTECTED]>, shaw shaw writes:
> Thank you for your help. I tried to use setDataTimeout and still got time o
>ut. I changed the timeout value for both FTPClient.setDataTimeout(timeo
"Daniel F. Savarese" <[EMAIL PROTECTED]> wrote:
In message <[EMAIL PROTECTED]>, shaw shaw writes:
> Thank you for your help. I tried to use setDataTimeout and still got time o
>ut. I changed the timeout value for both FTPClient.setDataTimeout(timeout) an
>d
();
ftpClient.setDataTimeout(6000);
"Daniel F. Savarese" <[EMAIL PROTECTED]> wrote:
In message <[EMAIL PROTECTED]>, shaw shaw writes:
> at org.apache.commons.net.ftp.FTPClient._openDataConnection_(FTPClient.java:5
It looks like the timeout is occuring with
Hi,
I am using FTPClient to put file in remote servers. The code works fine in
the local server(inside of my company), but always got time out problem in the
outside server(client's FTP server). I manually used command line ftp to the
outside server without any problem. I searched on t