[Cyberduck-trac] [Cyberduck] #2376: Feat Req: ZIP/TAR via SSH
Cyberduck
trac at trac.cyberduck.ch
Mon Dec 8 00:54:50 CET 2008
#2376: Feat Req: ZIP/TAR via SSH
------------------------------------+---------------------------------------
Reporter: macmedix@… | Owner: dkocher
Type: enhancement | Status: closed
Priority: normal | Milestone: 3.1
Component: sftp | Version: 3.0.1
Severity: normal | Resolution: fixed
Keywords: zip ssh |
------------------------------------+---------------------------------------
Changes (by dkocher):
* status: new => closed
* resolution: => fixed
Comment:
In r4316. Available configuration options:
* For archiving. For {0} the absolute path is given.
{{{
defaults write ch.sudo.cyberduck archive.command -string "tar -czpPfv
{0}.tar.gz {0}"
}}}
* For unarchiving. {0} is the absolute path to unarchive, {1} is the
destination directory
{{{
defaults write ch.sudo.cyberduck unarchive.command.zip -string "unzip {0}
-d {1}"
defaults write ch.sudo.cyberduck unarchive.command.tar -string "tar -xvpPf
{0} -C {1}"
defaults write ch.sudo.cyberduck unarchive.command.tgz -string "tar
-xzvpPf {0} -C {1}"
defaults write ch.sudo.cyberduck unarchive.command.tar.gz -string "tar
-xzvpPf {0} -C {1}"
defaults write ch.sudo.cyberduck unarchive.command.tar.bz2 -string "tar
-xjvpPf {0} -C {1}"
}}}
--
Ticket URL: <http://trac.cyberduck.ch/ticket/2376#comment:5>
Cyberduck <http://cyberduck.ch>
FTP, SFTP, WebDAV and Amazon S3 Browser for Mac OS X.
More information about the Cyberduck-trac
mailing list