How to copy a file from one server to another server in linux?
Answers
Answered by
0
scp source_user@source_remote_host:/usr/bin/mysql_backup.sh \
target_user@target_remote_host:/var/tmp/
Similar questions