Ftp: Difference between revisions
From KlavoWiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
To install a TFTP server use the following commands. | To install a TFTP server use the following commands. | ||
<pre> | <pre> | ||
yum install | yum install vsftpd | ||
service vsftpd start | service vsftpd start | ||
chkconfig vsftpd on | chkconfig vsftpd on |
Revision as of 04:29, 16 September 2009
To install a TFTP server use the following commands.
yum install vsftpd service vsftpd start chkconfig vsftpd on
A folder is created at /tftpboot which contains the location for TFTPing.