scp -r /local/directory remote_username@ipaddress:/remote/directory
You may also like
find <path> -size +10000k -print0 | xargs -0 ls -l http://linuxandfriends.com/2008/09/10/how-to-find-large-files-in-linux-using-command-line/
openssl pkcs12 -in certname.pfx -out key.pem -nodes
If you have a user that can only log into a PPP (L2TP, PPTP etc) session on a Mikrotik during a certain […]
This problem has nagged at me for years. Here is a batch command to delete files on a Windows 2003 machine. Forfiles […]