Copy files between servers using command line
to copy files between servers using command line in Linux servers , you have to use the command line ( SCP ) the SCP can be used as follow Copy files and folder from Remote Server to Local Server To copy folder from remote server to the current folder scp your_username@remoteservername.com:/some/local/directory . To coy…