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
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)
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
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
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
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
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
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
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
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
t;
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >
>
> -Original Message-
> From: Ivan Ivanov
> [mail
quot;
> > >
> > > depends="yes"
> > >
> > >userid="sparthasarthy12"
> > >
> > >password="srinivasa27">
> > >
> > >
> > >
> > >
> > &
]
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
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
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
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?
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
, 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
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
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
&
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
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
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
23 matches
Mail list logo