Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

How to create tar.gz archive file in windows to upload and extract in c panel??

share|improve this question
Use 7-zip? 7-zip.org – David May 27 '12 at 12:17

closed as off topic by Juhana, Mat, David, Daniel Fischer, Graviton May 28 '12 at 8:39

Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

1 Answer

up vote 2 down vote accepted

tar.gz is just a tar that's been gzipped. Both tar and gzip are available for windows.

If you like GUIs, 7zip can pack with both tar and gzip.

share|improve this answer
the problem is that it cannot compress to .tar.gz in one go – Anonymous Sep 5 '12 at 0:51

Not the answer you're looking for? Browse other questions tagged or ask your own question.