Just a quick note of how use SCP to copy one directory to another server.
Login to server where you want to copy the files/directory and run the following command:
scp -r sourceserver:/home/testdirectory /home
It going to ask for sourceserver credentials and will copy recursively (-r parameter) /home/testdirectory from sourceserver to /home at the server where you are.
Suscribirse a:
Enviar comentarios (Atom)
No hay comentarios:
Publicar un comentario