Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

file comparision between NT and Unix

Status
Not open for further replies.

conquersmile

Technical User
Aug 29, 2003
20
AU
Hi,

Is there a way to check if a file transferred from NT to UNIX is the correct file. In simple words, I want to test if the file present on my local NT machine is the same on the UNIX server.

A common CRC tool , would definetly help, cksum belongs to unix and winzip to NT, is there any means where in we have one common CRC tool that can be used on both the machines to verify if the file is correct.

Regards,
Padma Swamy
 
you will need a checksum file for both sides, eg. md5 from Sun and for Windows; I hope the md5 output is compatible/compareable

Best Regards, Franz
--
Solaris System Manager from Munich, Germany
I used to work for Sun Microsystems Support (EMEA) for 5 years
 
Thanks Franz,

I got the solution but a little different from the one you have provided, i downloaded cksum utility for windows and now i generate CRC using the cksum utility in unix and windows for file comparision.

Basically i did not want to make any changes in unix , the cksum is a default utility, so had to just have such an exe for windows.

Regards
Padma Swamy
 
if chksum fit's your need it's fine :)
md5 from sun is just a small "exe", so you would not make big changes in Solaris...

Best Regards, Franz
--
Solaris System Manager from Munich, Germany
I used to work for Sun Microsystems Support (EMEA) for 5 years
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top