This topic has been archived. It cannot be replied.
-
工作学习 / 学科技术讨论 / 请教unix script 专家,如何confirm a sccuessful SFTP, using shell script.
-michaellucad(michaellucad);
2008-8-5
(#4598206@0)
-
option 1: create md5 value on source file and append to the filename. after transfer, check md5 value on target file; then change file name back.
-647i(though);
2008-8-5
(#4598215@0)
-
thanks a lot, will try this, any other options?
-michaellucad(michaellucad);
2008-8-5
(#4598232@0)
-
option 2: transfer to file to remote, transfer the remote file back use another file name. cmp the two file.
-647i(though);
2008-8-5
(#4598261@0)
-
thanks a lot! this is a dirty solution, but simple.
-michaellucad(michaellucad);
2008-8-5
(#4598276@0)
-
option 3: scp
-647i(though);
2008-8-5
(#4598637@0)