Talk:Secure copy protocol
| This article is rated Start-class on Wikipedia's content assessment scale. It is of interest to the following WikiProjects: | ||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||
Why I moved the page
Using google, the top hit is for "Secure Copy Protocol", but this information is probably bogus. The actual providers of scp have the following information (on the manpages provided with openssh)
NAME
scp - secure copy (remote file copy program)
And for the protocol used:
scp copies files between hosts on a network. It uses ssh(1) for data
transfer, and uses the same authentication and provides the same security
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.
- You do have to have a helper app installed on the SSH server; it just so happens that it's the same binary as the scp client program. JTN 21:27, 2004 Oct 2 (UTC)
For instance the following two do very similar things, and have the same result:
ssh somepc cat myfile > myfile
scp somepc:myfile myfile
The system for sftp does require a helper application to be present on the server.
I hope this sufficiently explains why I moved the page. Kim Bruning 13:54, 14 Jul 2004 (UTC)
- Note that this is based on info from documentation by Theo de Raadt & co. It'd be interesting to hear if Tatu Ylonen (& co.) have a different story. If so, we'd be in a pickle (most used vs. first invented), but let's cross that bridge when we get to it. Kim Bruning
Deprecated? 2007 comments
According to the article on SSH file transfer protocol, SCP is deprecated. This article (on SCP) does, however not state anything of that kind.
If SCP is indeed considered deprecated, I would expect that to be clearly mentioned, somewhere at the top. -- Ernstdehaan 08:12, 9 May 2007 (UTC)
SCP works over SSH-1, the older, deprecated version of SSH. Hawkeye7 22:46, 6 November 2007 (UTC)
Issues Using Talkative Shell Profiles
Pulled some hair out trying to figure this one out. I though the information was important enought to include in the article. 12.108.21.226 (talk) —Preceding undated comment added 20:12, 23 October 2012 (UTC)
Content Disclaimer
Informasi ini disarikan dari Wikipedia dan disajikan kembali untuk tujuan edukasi. Konten tersedia di bawah lisensi CC BY-SA 3.0. Kami tidak bertanggung jawab atas ketidakakuratan data yang bersumber dari kontribusi publik tersebut.
- The information displayed on this website is sourced in part or in whole from Wikipedia and has been adapted for the purpose of restating it. We strive to provide accurate and relevant information, however:
- There is no guarantee of absolute accuracy. Wikipedia is an open, collaborative project that can be edited by anyone, so information is subject to change.
- It is not intended to constitute professional advice. The content displayed is for informational and educational purposes only. For important decisions (e.g., medical, legal, or financial), please consult a professional.
- Content copyright. Wikipedia is licensed under the Creative Commons Attribution-ShareAlike License (CC BY-SA). This means that content may be reused with appropriate attribution and shared under a similar license.
- Responsible use. Any risk arising from the use of information from this website is entirely the responsibility of the user.




