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 of existing files, or delete them...so run the appopriate <ftp> ops before the upload. consult the docs for examples

-steve

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to