You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by "Goldstein Lyor (JIRA)" <ji...@apache.org> on 2016/06/22 16:07:58 UTC

[jira] [Created] (SSHD-670) Provide automatic compression of uploaded/downloaded files via SCP

Goldstein Lyor created SSHD-670:
-----------------------------------

             Summary: Provide automatic compression of uploaded/downloaded files via SCP
                 Key: SSHD-670
                 URL: https://issues.apache.org/jira/browse/SSHD-670
             Project: MINA SSHD
          Issue Type: Improvement
    Affects Versions: 1.3.0
            Reporter: Goldstein Lyor
            Assignee: Goldstein Lyor
             Fix For: 1.3.0


The code will first check if the requested file exists. If so, then it will simply defer upload/download to the usual process. If the requested file does not exist and its name ends with a known compressed file suffix (e.g. {{.gz}}, {{.z}}, {{.tgz}}, {{.zip}}) it will strip the suffix and look for an un-compressed file. If such a file exists, then its data will be compressed using the relevant compression algorithm while being uploaded/downloaded



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)