Copy files from Linux console to Synology NAS

Copy files from Linux console to Synology NAS

by flandersen


Posted on February 23, 2019


Copying files from the linux console to a Synology NAS can be done by using SCP.

# scp [options] <source> <target>

# -P: port number (default: 22)

scp -P 8022 FHEM-20190223_162640.tar.gz fhem@my-synology:/volume1/backups/fhem

For further information about SCP commands, see:
https://www.garron.me/en/articles/scp.html