scp -r /local/directory remote_username@ipaddress:/remote/directory
You may also like
The username and password needs to be encoded and sent in BASE64So if using username as the username it would become dXNlcm5hbWU= […]
If you have locked down the web management port to 1 IP address and you need to access it from a different […]
I have just been working on a site that needs PHP 5.2 or above. The stock repositories for Centos that are provided by […]
/ip firewall filter add chain=forward dst-address=”remoterange” src-address=”localrange” place-before=0 /ip firewall filter add chain=forward dst-address=”localrange” src-address=”remoterange” place-before=0