You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bu...@apache.org on 2009/07/21 05:42:51 UTC

DO NOT REPLY [Bug 47552] New: scp task should support compression

https://issues.apache.org/bugzilla/show_bug.cgi?id=47552

           Summary: scp task should support compression
           Product: Ant
           Version: 1.7.1
          Platform: All
        OS/Version: Mac OS X 10.4
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: Optional Tasks
        AssignedTo: notifications@ant.apache.org
        ReportedBy: damjan.perenic@guest.arnes.si


Currently there is no way to compress data on the fly with scp task.

My build produces over 90MB of highly compressable files which are then
uploaded sometimes over slow link. Compression would help a lot.

I can exec scp with -C parameter, but that it not cross platform. It will not
work on Windows, unless some kind of scp is present in path.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.