RE: Overwrite files at the remote site.

2007-05-15 Thread Chun Ji
-Original Message- From: Steve Loughran [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 15, 2007 2:44 AM To: Ant Users List Subject: Re: Overwrite files at the remote site. Importance: Low Chun Ji wrote: > Hi there, > I am using the "FTP" task in ANT to update a gro

Re: Overwrite files at the remote site.

2007-05-15 Thread Steve Loughran
Chun Ji wrote: Hi there, I am using the "FTP" task in ANT to update a group of files at a remote site, but sometimes, some files at the remote site are read-only, and my ANT will fail because of that. Is that any way I can do a chmod of these read-only files. the ftp task lets you do a chmod o

Re: Overwrite files at the remote site.

2007-05-14 Thread Mark Miller
2:19 PM To: Ant Users List Subject: Re: Overwrite files at the remote site. Importance: Low how about sshexec? http://ant.apache.org/manual/OptionalTasks/sshexec.html On 5/14/07, Chun Ji <[EMAIL PROTECTED]> wrote: > > > Hi there, > I am using the "FTP" task in ANT t

RE: Overwrite files at the remote site.

2007-05-14 Thread Chun Ji
ubject: Re: Overwrite files at the remote site. Importance: Low how about sshexec? http://ant.apache.org/manual/OptionalTasks/sshexec.html On 5/14/07, Chun Ji <[EMAIL PROTECTED]> wrote: > > > Hi there, > I am using the "FTP" task in ANT to update a group of files a

Re: Overwrite files at the remote site.

2007-05-14 Thread Mark Miller
how about sshexec? http://ant.apache.org/manual/OptionalTasks/sshexec.html On 5/14/07, Chun Ji <[EMAIL PROTECTED]> wrote: Hi there, I am using the "FTP" task in ANT to update a group of files at a remote site, but sometimes, some files at the remote site are read-only, and my ANT will fail bec

Overwrite files at the remote site.

2007-05-14 Thread Chun Ji
Hi there, I am using the "FTP" task in ANT to update a group of files at a remote site, but sometimes, some files at the remote site are read-only, and my ANT will fail because of that. Is that any way I can do a chmod of these read-only files. thanks a lot Chun ---