sebageek / servefile

serve or receive files from shell via a small HTTP server
38 stars 10 forks source link

added compression method lzma for tar files #2

Closed bitwave closed 5 years ago

hartwork commented 6 years ago

Since tar parameter -J and file extentions .tar.xz are used, I'd vote for xz rather than lzma for a name to match the tar man page (and extension):

       -J, --xz
              Filter the archive through xz(1).

       [..]

       --lzma Filter the archive through lzma(1).
bitwave commented 6 years ago

changed

sebageek commented 5 years ago

Thanks!