-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
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
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
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
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
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
---