Nocser Technology | Main Page
Please Login or Register

Knowledgebase

Transfer files between Linux Server using scp

To transfer file securely between 2 Linux server with scp command

scp -P 22 *.* root@remoteserver.com:/root/

 

-P 22 = using port 22. If you have change the sshd port, you must change this accordingly

*.* = all the file inside the working directory

root@remoteserver.com = the user and the remote server

:/root/ = the location where the file should save to



Was this answer helpful?

Add to Favourites Add to Favourites

Print this Article Print this Article

Also Read
SSH with Private Key (Views: 625)
mod_rewrite (Views: 616)

Powered by WHMCompleteSolution

Language:

Quick Navigation

Client Login

Email

Password

Remember Me

Search



Follow Us on Twitter