Explains how FTP, TFTP, rcp, and SCP locate and transfer files, and provides tasks for configuring clients, operating a TFTP server, and copying individual files securely.
File transfer services are resource managers and file-system interfaces that
-
use URLs to identify files on routers or remote servers
-
move configuration files, software images, core dumps, and other files between systems, and
-
provide different authentication, security, and server behaviors through FTP, TFTP, rcp, and SCP.
Protocol characteristics
This table compares the file transfer services.
|
Protocol |
Primary characteristic |
Use case |
|---|---|---|
|
FTP |
TCP/IP file transfer defined in RFC 959 |
Transfers files and supports configurable client behavior. |
|
TFTP |
Simplified file transfer, usually without client authentication |
Transfers files and can serve files from router storage. |
|
rcp |
Remote copy client |
Can save a core dump to a remote server. |
|
SCP |
Authenticated transfer over SSHv2 |
Securely transfers one file between a local and a remote device. |