FACTOID # 104: In Ethiopia, nine out of ten births occur without skilled health staff present.
 
 Home   Encyclopedia   Statistics   Countries A-Z   Flags   Maps   Education   Forum   FAQ   About 
 
WHAT'S NEW
RECENT ARTICLES
More Recent Articles »
 

FACTS & STATISTICS    Simple view

  1. Select countries to view: (hold down Control key and click to select several)

     

     

    Compare:

     

     

  1. Select fact or statistic: (* = graphable)

     

     

     

  2. (OPTIONAL) Compare to statistic: (both need to be graphable)

     

     

     

  3. View result as:

     

       
(OR) SEARCH ALL encyclopedia, stats & forums:   

Encyclopedia > Secure Copy Protocol

Secure Copy or scp is a means of securely transferring computer files between a local and a remote host or between two remote hosts, using the Secure Shell (SSH) protocol.


The term scp can refer to one of two related things:

  • A command line program to perform secure copying. Whether the scp tool uses the scp protocol or the sftp protocol depends on the version and variant of the tool.

Scp is the secure analog of the rcp command. Unlike rcp, data is encrypted during transfer, to avoid potential packet sniffers extracting usable information from the data packets.


scp is a command line tool provided with SSH and OpenSSH. Alternative tools which also support scp are available.


In its basic form the syntax of scp is like the syntax of cp:

 scp fileToMove user@host:folder/file 

After entering the command the remote host will ask user's password and the copy process starts.


A more comprehensive tool/protocol for transferring files over SSH is sftp.


See also


  Results from FactBites:
 
Talk:Secure copy - Wikipedia, the free encyclopedia (255 words)
Using google, the top hit is for "Secure Copy Protocol", but this information is probably bogus.
scp copies files between hosts on a network.
Which is as I remember it, it uses ssh (the program itself even!, not the protocol directly) in a kind of a clever way, and you don't actually need to have any kind of specific support for it installed on the server.
  More results at FactBites »


 

COMMENTARY     


Share your thoughts, questions and commentary here
Your name
Your comments
Please enter the 5-letter protection code

Want to know more?
Search encyclopedia, statistics and forums:

 


Lesson Plans | Student Area | Student FAQ | Reviews | Press Releases |  Feeds | Contact
The Wikipedia article included on this page is licensed under the GFDL.
Images may be subject to relevant owners' copyright.
All other elements are (c) copyright NationMaster.com 2003-5. All Rights Reserved.
Usage implies agreement with terms.