Ftp: Difference between revisions

From KlavoWiki
Jump to navigationJump to search
(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)
 
No edit summary
Line 5: Line 5:
chkconfig vsftpd on
chkconfig vsftpd on
</pre>
</pre>
A folder is created at '''/tftpboot''' which contains the location for TFTPing.
[[Category : Linux]]
[[Category : Linux]]

Revision as of 04:10, 23 October 2008

To install a TFTP server use the following commands.

yum install tftp-server
service vsftpd start
chkconfig vsftpd on

A folder is created at /tftpboot which contains the location for TFTPing.