Why??
here is what I did step by step.
on the linux box I typed.
CODE
tar czvf foo.tar foldername
which gave me the file foo.tar.
I then sent that file via FTP to an FTP site.
I logged into the FTP with a windows station and downloaded the tar file.
I used winrar to view the contents of the tar file.
but all I see is one single file named the same as the folder name.
The tar file works correctly if I extract it, or any single file from within it from the command line on the linux box.
What can/should I do to make tar files accessible by other compression software??
thanks,
C