File Transfer 101 – TFTP & FTP
TFTP
TFTP Server
You can use a Cisco Router as a TFTP Server, usually used to serve IOS images to other routers.
R(config)# tftp-server FILE-URL [alias ALIAS] [ACL]
! ALIAS - the server will respond to requests for the ALIAS name with the FILE-URL file
! ACL - used to limit TFTP clientsYou can also configure the TFTP client using:
R(config)# ip tftp source-interface INTERFACETFTP Client
You can use the router as a TFTP Client using a command like:
R# copy tftp://FILE-SRC DESTINATION-URI
R# more tftp://FILE-SRCFTP
FTP Client
You can use the router as a FTP Client using a command like:
In contrast with TFTP, FTP offers more advanced features. This is why we can configure the FTP client even further:
Last updated
Was this helpful?