Код: Выделить всё
scp script.rsc user@<IP-адресMikroTik>:/file
откройте терминал в MikroTik и выполните следующую команду:
Код: Выделить всё
import file=script.rsc
Код: Выделить всё
/file remove script.rsc
Код: Выделить всё
scp script.rsc user@<IP-адресMikroTik>:/file
Код: Выделить всё
import file=script.rsc
Код: Выделить всё
/file remove script.rsc
Код: Выделить всё
scp my_file.txt john@myhost.example.com:/home/john/
Код: Выделить всё
rsync -rh --no-compress --progress --times /источник/ftp3/ /получатель/ftp/