Scp Tool

From GM-RKB
Jump to navigation Jump to search

See: Client Application, Secure Copy Protocol, SSH Protocol, ssh Tool.



References

2011

  • http://en.wikipedia.org/wiki/Secure_copy#SCP_program
    • … The SCP program is a software tool implementing the SCP protocol as a service daemon or client. It is a program to perform secure copying. The SCP server program is typically the same program as the SCP client.

      Perhaps the most widely used SCP program is the command line scp program, which is provided in most SSH implementations. The scp program is the secure analog of the rcp command. The scp program must be part of all SSH servers that want to provide SCP service, as scp functions as SCP server too.

      Some SSH implementations provide the scp2 program, which uses the SFTP protocol instead of SCP, but provides the very same command line interface as scp. scp is then typically a symbolic link to scp2.

      Typically, a syntax of scp program is like the syntax of cp: