search for: sent00

Displaying 1 result from an estimated 1 matches for "sent00".

Did you mean: sent01
2010 Oct 04
1
Metropolis: Implementation of Interlock Protocol using Linux Shell Programming, OpenSSH, and GPG
...uot; echo "Program exit now." echo "" exit 1 fi ################### THE MIRACLE ############################ #Sending 1-st File echo "send 1-st file to recipient " trap "echo send 1-st file to recipient " 1 2 scp sent00 $3:received00 rm sent00 echo "Waiting for 1-st file from recipient" until ls | grep "^received00" > /dev/null do sleep 5 done #Sending 2-nd File echo "send 2-nd file to recipient" trap "echo send 2-nd file to recipient " 1 2...