必要なのはこれだけです。
rsync -e ssh file host:/directory/.
ローカルからリモートへの scp 転送を再開する必要がある場合 、rsync で試してください:
rsync --partial --progress --rsh=ssh local_file [email protected]:remote_file
@aurelijus-rozenas が指摘した短いバージョン:
rsync -P -e ssh local_file [email protected]:remote_file
一般に、rsync の引数の順序は次のとおりです
rsync [options] SRC DEST