Post a reply

Before posting, please read how to report bug or request support effectively.

Bug reports without an attached log file are usually useless.

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

newuser333

How to compress all subdirectories separately and download

I would like to know how I can compress and download all subdirectories (subdirectories of mydir) separately (each subdir to its own compressed file). Here is an example, how I do it when downloading all subdirectories to a single compressed file:
open mysession
cd mypath
call tar -czf mydir.tar.gz mydir
lpwd
get -delete mydir.tar.gz mytargetpath
exit