You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bu...@apache.org on 2002/10/15 20:08:35 UTC

DO NOT REPLY [Bug 13663] New: - Add a secure copy or secure FTP task

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13663>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13663

Add a secure copy or secure FTP task

           Summary: Add a secure copy or secure FTP task
           Product: Ant
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: Optional Tasks
        AssignedTo: ant-dev@jakarta.apache.org
        ReportedBy: nathanc@morinda.com


In our development we are building web-based applications using ant.  Our
production server is outside our firewall so our IS policy is to use a secure
(encrypted) protocol to deploy our code to the production server.

In-house we use ant to build and to deploy on our development servers, and our
testing/staging servers. However, since there is not an ant task that supports
encrypted copies to the server, we use the *nix "scp" command to copy the
deployment files.

It would be extremely nice to have all of the deployment in our ant build files
instead of having to rely on OS specific commands.

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>