Ftp

From KlavoWiki
Revision as of 04:09, 23 October 2008 by David (talk | contribs) (New page: To install a TFTP server use the following commands. <pre> yum install tftp-server service vsftpd start chkconfig vsftpd on </pre> Category : Linux)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

To install a TFTP server use the following commands.

yum install tftp-server
service vsftpd start
chkconfig vsftpd on