centos copy files ssh
scp <source> <destination>
#To copy a file from B to A while logged into B:
scp /path/to/file username@a:/path/to/destination
#To copy a file from B to A while logged into A:
scp username@b:/path/to/file /path/to/destination
centos copy files ssh
scp <source> <destination>
#To copy a file from B to A while logged into B:
scp /path/to/file username@a:/path/to/destination
#To copy a file from B to A while logged into A:
scp username@b:/path/to/file /path/to/destination
move files from local to remote ssh
#Subir un archivo al server
scp archivo.txt [email protected]:/home/usuario
#Subir un directorio al server
scp -r /home/mario/carpeta [email protected]:/home/usuario
#----------------------
#Bajar un archivo del server
scp [email protected]:/home/usuario archivo.txt
#Bajar un directorio del server
scp -r [email protected]:/home/usuario /home/mario/carpeta
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us