Automate scp file transfer using a shell script

前端 未结 13 1076
误落风尘
误落风尘 2020-11-30 17:24

I have some n number of files in a directory on my unix system. Is there a way to write a shellscript that will transfer all those files via scp to a specified remote system

13条回答
  •  日久生厌
    2020-11-30 18:09

    You can do it with ssh public/private keys only. Or use putty in which you can set the password. scp doesn't support giving password in command line.

    You can find the instructions for public/private keys here: http://www.softpanorama.org/Net/Application_layer/SSH/scp.shtml

提交回复
热议问题