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 vsftpd | yum -y install vsftpd | ||
service vsftpd start | service vsftpd start | ||
chkconfig vsftpd on | chkconfig vsftpd on |
Revision as of 04:30, 16 September 2009
To install a TFTP server use the following commands.
yum -y install vsftpd service vsftpd start chkconfig vsftpd on
A folder is created at /tftpboot which contains the location for TFTPing.