Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Using secure copy command?

Status
Not open for further replies.

3hounds

Technical User
Oct 20, 2003
1
US
I need to retrieve some log files off my remote server and I have a SSH port I can access. Can I use SCP command to retrieve them? Also, is the format source.file/destination.file or destination.file/source.file
 
I would try:
Code:
scp user@remotehost:file localfile
Anyway: man scp

Hope This Help
PH.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top