When multiple files/directories are selected in the File Manager, AND one of them has a name starting with a dash "-":
Right-clicking and selecting download generates an incomplete tar.gz file. I.e. the tar file contains the selected files appearing before the one starting with a dash.
My assumption is that the file list is sent to the tar command without escaping of initial dashes, thus TAR is interpreting the file name as a command option.
Hi,
Yes, you're right. It's fixed here.
This seems to fail with BSD tar. Let me fix it so it works for both, GNU and BSD..