File Transfer 101 – TFTP & FTP
TFTP
TFTP Server
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 clientsR(config)# ip tftp source-interface INTERFACETFTP Client
R# copy tftp://FILE-SRC DESTINATION-URI
R# more tftp://FILE-SRCFTP
FTP Client
Last updated