Usually FTP is the worst option you have (at least SCP is secure). It is
much better to mount destination directory locally and use simple <copy>
or <sync>. If it is impossible, you can run rsync or unison with normal
files without zipping them (they work incrementally, so next update will
only copy updated files). Finally, if you want to minimize traffic,
after transferring the ZIP you can run commands on another side using SSH.
- Alexey.
Andrus, Brooks wrote:
> Hey, I'm an Ant noob, so I apologize in advance.
>
>
>
> I've created a simple build file which zips up a project and uploads it
> to an ftp site. The missing piece of the puzzle for me is how I can go
> about unzipping the file once its been uploaded. I'm not seeing anything
> in the ftp task that seems to address this issue. Anyone have some
> suggestions?
>
> Regards,
>
>
>
> Brooks Andrus
>
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
For additional commands, e-mail: user-help@ant.apache.org
|