Re: Help with ftp

2006-04-12 Thread ilango
Hi Rakesh I would very much appreciate it if you could post the configuration details. And could you also explan the scenario under which you deployed this ftp. Did you use it as part of some Java application? For example I have an application running in a box which I call the colocator. This app

Re: Help with ftp

2006-04-12 Thread ilango
Hi Rakesh I would very much appreciate it if you could post the configuration details. thanks a lot Rakesh Patel <[EMAIL PROTECTED]> wrote: Hi guys, you are not going to believe this! At the moment my war file is 5mb that i wish to ftp to the server. Using the recommended library (Common-net)

Re: Help with ftp

2006-04-12 Thread Rakesh Patel
Hi guys, you are not going to believe this! At the moment my war file is 5mb that i wish to ftp to the server. Using the recommended library (Common-net) the upload took almost a minute. This is quite poor. My colleague then told me he can transfer the file using Absolute FTP (a free windows

Re: Help with ftp

2006-04-12 Thread Michael Giroux
FWIW, I had very similar problems using the Eclipse FTP plugin which also uses commons-net. Looking at the traces I discovered that the package seems to do a lot of extra commands to set working directory, and list the directory. You might try watching the traffic using a TCP Monitor (there is on

RE: Help with ftp

2006-04-12 Thread Res Pons
d easily be a factor. Original Message Follows From: Rakesh Patel <[EMAIL PROTECTED]> Reply-To: "Ant Users List" To: Ant Subject: Help with ftp Date: Wed, 12 Apr 2006 16:42:52 +0100 MIME-Version: 1.0 Received: from mail.apache.org ([209.237.227.199]) by bay0-mc10-f19.bay

RE: Help with ftp

2006-04-12 Thread Guttula, Mohan
task working without this jar (commons-net-1.4.1.jar) form the above links. Thanks, Mohan -Original Message- From: ilango [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 12, 2006 12:54 PM To: Ant Users List Cc: [EMAIL PROTECTED] Subject: Re: Help with ftp Hi Rakesh Could you tell me what

RE: Help with ftp

2006-04-12 Thread Srikrishna_Parthasarathy
Can you post your ANT_OPTS arg variable ? -Original Message- From: ilango [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 12, 2006 12:54 PM To: Ant Users List Cc: [EMAIL PROTECTED] Subject: Re: Help with ftp Hi Rakesh Could you tell me what this common-net library is? Did you refer to

Re: Help with ftp

2006-04-12 Thread ilango
Hi Rakesh Could you tell me what this common-net library is? Did you refer to some sample code for FTP? Right now, I am trying to do the same ilango Rakesh Patel <[EMAIL PROTECTED]> wrote: Hi, i am writing a ftp task using the common-net library as recommended. It does work but i am surpised

Help with ftp

2006-04-12 Thread Rakesh Patel
Hi, i am writing a ftp task using the common-net library as recommended. It does work but i am surpised at its performance. I am uploading a 5mb file and it takes almost a minute. When i use a dedicated Windows ftp client (AbsoluteFTP) the transfer takes a quarter of the time. Is there som

Re: Urgent help with FTP task.....please help

2005-12-15 Thread Jakob Fix
On 15/12/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > There is an issue of password being in clear text while using the ftp > task. Is there a way around it . > http://ant.apache.org/manual/OptionalTasks/scp.html ? - To uns

RE: Urgent help with FTP task.....please help

2005-12-15 Thread Ivan Ivanov
t; > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > -Original Message- > From: Ivan Ivanov > [mail

RE: Urgent help with FTP task.....please help

2005-12-15 Thread Srikrishna_Parthasarathy
quot; > > > > > > depends="yes" > > > > > >userid="sparthasarthy12" > > > > > >password="srinivasa27"> > > > > > > > > > > > > > > &

RE: Urgent help with FTP task.....please help

2005-12-14 Thread Srikrishna_Parthasarathy
] Sent: Wednesday, December 14, 2005 7:20 PM To: Ant Users List Subject: RE: Urgent help with FTP task.please help Hello --- [EMAIL PROTECTED] wrote: > Thanks for your email > > I am using ant 1.6.5. I am not sure you are using ant 1.6.5. From your first message I see: > C:\an

RE: Urgent help with FTP task.....please help

2005-12-14 Thread Ivan Ivanov
Hello --- [EMAIL PROTECTED] wrote: > Thanks for your email > > I am using ant 1.6.5. I am not sure you are using ant 1.6.5. From your first message I see: > C:\antscripts>ant -verbose -f generalftp.xml > > Apache Ant version 1.6.2 compiled on August 5 2004 ^^ Here it s

RE: Urgent help with FTP task.....please help

2005-12-14 Thread Srikrishna_Parthasarathy
user@ant.apache.org Subject: RE: Urgent help with FTP task.please help No offlist emails, please. See google for ftp servers on windows [1]. Microsoft FTP server is part of their IIS. Also they say WS_FTP is a nice ftp server. Regards Ivan [1]http://www.google.com/search?hl=en&lr=&q

RE: Urgent help with FTP task.....please help

2005-12-14 Thread Ivan Ivanov
y, December 14, 2005 6:22 PM > To: Ant Users List > Subject: RE: Urgent help with FTP task.please > help > > Hello > > --- [EMAIL PROTECTED] wrote: > > > I am trying from my laptop to my desktop. > Fine, but is there a running ftp server on your > desktop?

RE: Urgent help with FTP task.....please help

2005-12-14 Thread Ivan Ivanov
gt; Do you know on how to install it ? > > -Original Message- > From: Ivan Ivanov > [mailto:[EMAIL PROTECTED] > Sent: Wednesday, December 14, 2005 6:51 PM > To: Ant Users List > Subject: RE: Urgent help with FTP task.please > help > > > > --- [EM

Re: Urgent help with FTP task.....please help

2005-12-14 Thread Alexey N. Solofnenko
, 2005 6:14 PM To: Ant Users List Subject: Re: Urgent help with FTP task.please help Hello, Are you aure you have ftp server up and running on 10.187.218.183? Can you access the ftp server using ordinary command line client like C:\> ftp 10.187.218.183 Regards Ivan --- [EMAIL PROTECTED] wr

RE: Urgent help with FTP task.....please help

2005-12-14 Thread Srikrishna_Parthasarathy
inal Message- From: Ivan Ivanov [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 14, 2005 6:22 PM To: Ant Users List Subject: RE: Urgent help with FTP task.please help Hello --- [EMAIL PROTECTED] wrote: > I am trying from my laptop to my desktop. Fine, but is there a running ftp

RE: Urgent help with FTP task.....please help

2005-12-14 Thread Ivan Ivanov
PM > To: Ant Users List > Subject: Re: Urgent help with FTP task.please > help > > Hello, > > Are you aure you have ftp server up and running on > 10.187.218.183? Can you access the ftp server using > ordinary command line client like > C:\> ftp 10.187.218.183 &

RE: Urgent help with FTP task.....please help

2005-12-14 Thread Srikrishna_Parthasarathy
I am trying from my laptop to my desktop. Eventually I have to move files from one windows box to multiple windows boxes. -Original Message- From: Ivan Ivanov [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 14, 2005 6:14 PM To: Ant Users List Subject: Re: Urgent help with FTP task

Re: Urgent help with FTP task.....please help

2005-12-14 Thread Ivan Ivanov
Hello, Are you aure you have ftp server up and running on 10.187.218.183? Can you access the ftp server using ordinary command line client like C:\> ftp 10.187.218.183 Regards Ivan --- [EMAIL PROTECTED] wrote: > I downloaded the required jarfile from ant site for > ftp task . I get the > follo

Urgent help with FTP task.....please help

2005-12-14 Thread Srikrishna_Parthasarathy
I downloaded the required jarfile from ant site for ftp task . I get the following error. C:\antscripts>ant -verbose -f generalftp.xml Apache Ant version 1.6.2 compiled on August 5 2004 Buildfile: generalftp.xml Detected Java version: 1.5 in: C:\bea9\JROCKI~1\jre Detected OS: Windows XP pa