aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/rcpd
Commit message (Collapse)AuthorAgeFilesLines
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-5/+2
| | | | net-mgmt)
* Style: tab -> space.eadler2013-03-291-1/+1
| | | | Most contributors copy an existing port when writing their own so reduce the number of bad examples in the tree.
* - Get Rid MD5 supportmiwi2011-03-201-1/+0
|
* - Reset farrokhi@freebsd.org due to long period of inactivity.miwi2009-03-101-3/+2
| | | | Approved by: portmgr (linimon)
* rcpd is a RCP server intended specifically for routermiwi2006-12-173-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>