Hi there,
Can someone point me to a direction as how to solve this problem, please?
I want to combine some files in a certain directory into one(from Linux), then let the user download the file via web browser. The problem is that I can use tar to combine the files and let the user download it, but how can the use "untar" the downloaded file in windows? Is there any utility exists that can be use both in Linux and Windows? Or is there a better way?
Any pointer will be appreciated.