I am moving files from a windows box to unix and am using tar and ftp. The paths in both the OS are different.
On windows I have the file location as
c:\programfiles\test\test1\test2.txt.
On unix the location must be \test1\test2.txt.
If I chop off the rest and put in a tar file will it take the right files?
Or do I need to tar them up with the right path on unix and while doing untar on unix can I adjust the path? or is there any other way I can adjust the path and untar
Any suggestions please? Thanks