|
Check to see source server is available
Hi,
I am using following to copy file from one server to other in a script but before using this command i want to use another command to check whether source server is accissable or not.
Command is running from destination server
scp -p source:/home/msl/abc1.csv /home/destination_folder
|