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