Das ist alles, was Sie brauchen.
rsync -e ssh file host:/directory/.
Wenn Sie eine scp-Übertragung von lokal zu remote fortsetzen müssen , versuchen Sie es mit rsync:
rsync --partial --progress --rsh=ssh local_file [email protected]:remote_file
Kurzversion, wie von @aurelijus-rozenas hervorgehoben:
rsync -P -e ssh local_file [email protected]:remote_file
Im Allgemeinen ist die Reihenfolge der Argumente für rsync
rsync [options] SRC DEST