Re: Time out when using FTPClient.storeFile

2008-02-26 Thread shaw shaw
. 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

Re: Time out when using FTPClient.storeFile

2008-02-25 Thread shaw shaw
"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

Re: Time out when using FTPClient.storeFile

2008-02-22 Thread shaw shaw
(); 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

Time out when using FTPClient.storeFile

2008-02-21 Thread shaw shaw
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