Hi All,
I am working on file transfer between two machines. Since the files contain highly user-sensitive information, i am using secure copy.
I have the following questions about scp:
1. Unlike FTP, scp does not have a timeout parameter. Does this mean that scp will never hang even in case of network issues ?
2. Is there need to perform checksum (using md5 or something like that) after scp to ensure all files have gone through correctly ?
3. What is the best way to perform checksum ?
Thanks in advance for all the help!
Muskaan
I am working on file transfer between two machines. Since the files contain highly user-sensitive information, i am using secure copy.
I have the following questions about scp:
1. Unlike FTP, scp does not have a timeout parameter. Does this mean that scp will never hang even in case of network issues ?
2. Is there need to perform checksum (using md5 or something like that) after scp to ensure all files have gone through correctly ?
3. What is the best way to perform checksum ?
Thanks in advance for all the help!
Muskaan