Differences
This shows you the differences between the selected revisions of the page.
2008-01-16 | 2008-01-16 | ||
no summary (12.169.70.10) (hidden) | no summary (205.242.72.5) (hidden) | ||
Line 13: | Line 13: | ||
Unlike SCP, for connection with an SFTP server you do not need access to shell (although some implementations may still require that). | Unlike SCP, for connection with an SFTP server you do not need access to shell (although some implementations may still require that). | ||
- | ===== [[scp]] SCP (Secure Copy Protocol) ===== | + | **SCP ===== [[scp]] SCP (Secure Copy Protocol) =====** |
- | SCP is mostly ## sorry just i tested its work or not ## | + | ·····copies files between hosts on a network. It uses ssh(1) for data |
+ | transfer, and uses the same authentication and provides the same security | ||
+ | as ssh(1). Unlike rcp(1), scp will ask for passwords or passphrases if | ||
+ | they are needed for authentication. | ||
+ | |||
+ | Any file name may contain a host and user specification to indicate that | ||
+ | the file is to be copied to/from that host. Copies between two remote | ||
+ | hosts are permitted. | ||
===== [[ftp]] FTP (File Transfer Protocol) ===== | ===== [[ftp]] FTP (File Transfer Protocol) ===== |