I guess he may be referring to common-net library recommended in the following links: http://ant.apache.org/manual/install.html#commons-net http://jakarta.apache.org/commons/net/index.html
We definitely need this jar file when using FTP task (with ANT 1.6.5 -- I couldn't get the FTP 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 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 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 some configuration i need to do or is it a poor performer in general? Can i replace it with something else? Any suggestions? Thanks Rakesh --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------- Yahoo! Messenger with Voice. Make PC-to-Phone Calls to the US (and 30+ countries) for 2ยข/min or less. ************************************************************** This message, including any attachments, contains confidential information intended for a specific individual and purpose, and is protected by law. If you are not the intended recipient, please contact sender immediately by reply e-mail and destroy all copies. You are hereby notified that any disclosure, copying, or distribution of this message, or the taking of any action based on it, is strictly prohibited. TIAA-CREF ************************************************************** --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
