scp -r /local/directory remote_username@ipaddress:/remote/directory
You may also like
The below is what I do to delete an email from a Postfix queue. First we need to locate the email that […]
VMware server installation on CentOS: 1. Log in the server as ‘root’. It’s not best practice but for now it’s easier. 2. […]
/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
Manually change the management IP of a VMware ESXi 6.7 host Open a SSH session to the current management IP and run […]