Used by Windows to extract and create archives.
Compress one or more files to an alternate data stream (ADS).
tar -cf {PATH}:ads {PATH_ABSOLUTE:folder}
Decompress a compressed file from an alternate data stream (ADS).
tar -xf {PATH}:ads
Extracts archive.tar from the remote (internal) host to the current host.
tar -xf {PATH_SMB:.tar}