scp -r /local/directory remote_username@ipaddress:/remote/directory
You may also like
This tcpdump command will grab the first 1024 bytes (vs. smaller 68 or so) and line buffer the output for all packets […]
ip route add 192.168.1.0/24 via 192.168.0.1
These little single-port routers have the ability to push the public IP address and all it’s traffic onto a single device connected […]
/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