Re: Ant FTP Task related question

2009-04-22 Thread sridhar bitkuri
I have been using PUT instead of send, because it transfer files in binary mode. On Mon, Apr 20, 2009 at 11:10 AM, Xin CHEN wrote: > Hi All, > > I have been search on Google about my question and couldn't find. So I am > here: > 1, What's the difference between 'send' action and 'put' action? > 2

Re: Ant FTP Task related question

2009-04-22 Thread Antoine Levy-Lambert
Hello Xin, send and put seem to be exactly the same according to the documentation. I am not sure whether you can make the ftp task upload empty folders. I do not see any action defined in the documentation to run chmod. Regards, Antoine Xin CHEN wrote: > Hi All, > > I have been search on Goo

RE: ANT FTP task

2007-06-27 Thread sarancse
The error is Invalid byte 1 of 1-byte UTF-8 sequence. Anderson, Rob (Global Trade) wrote: > > What is the output of the build? What is the error? > > -Rob A > >> -Original Message- >> From: sarancse [mailto:[EMAIL PROTECTED] >> Sent: Wednesday, June 27, 2007 9:09 AM >> To: user@ant.a

RE: ANT FTP task

2007-06-27 Thread Anderson, Rob (Global Trade)
What is the output of the build? What is the error? -Rob A > -Original Message- > From: sarancse [mailto:[EMAIL PROTECTED] > Sent: Wednesday, June 27, 2007 9:09 AM > To: user@ant.apache.org > Subject: ANT FTP task > > > I am unable to upload a file using the following ANT script. > I

RE: ANT FTP TASK

2006-03-05 Thread Karthik
based target Please some body help with regards Karthik -Original Message- From: bill/wilandra [mailto:[EMAIL PROTECTED] Sent: Monday, March 06, 2006 12:38 PM To: 'Ant Users List' Subject: RE: ANT FTP TASK Having never looked at the code, but, applying a little lo

RE: ANT FTP TASK

2006-03-05 Thread bill/wilandra
Having never looked at the code, but, applying a little logic to the problem I would ask if there is a Fileset class and if that class has an addFile method? Then you should be able to see how to make a Fileset instance and add File objects to it. Have you tried looking at the API doc to see if you