aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/rcpd
Commit message (Collapse)AuthorAgeFilesLines
* rcpd is a RCP server intended specifically for routerMartin Wilke2006-12-163-0/+35
or network device clients. It is used to transfer configurations, boot images, and kernels images (eg: IOS) to the devices. These files are often tranfered with TFTP, but TFTP has reliability and speed issues and file size limitations due to it's protocol specification and underlying transport; while RCP is not affected. WWW: http://www.shrubbery.net/rcpd/ Submitted by: Babak Farrokhi <farrokhi at FreeBSD.org> Notes: svn path=/head/; revision=179986