add TFTP function at tools

Hii..
how to add tftp function at tools..??
i want backup cisco config file using tftp.

normally i must telnet the cisco switch and run command to copy config file to my pc…

You can automate the configuration download of configuration files with the archive command directly on cisco devices… You have to be on fairly new code though.

Look at the “archive” command. It uses FTP to send files directly to a server.
An example configuration…
ip ftp username testuser
ip ftp password testuserpass
archive
path ftp://192.168.1.1/device.cfg
write-memory

Might as well setup exception dumps also…
exception protocol ftp
exception dump 192.168.1.1

can anyone show me step by step to running automate TFTP command for cisco switch at dude