Ftp: Difference between revisions

From KlavoWiki
Jump to navigationJump to search
No edit summary
No edit summary
Line 6: Line 6:
</pre>
</pre>


A folder is created at '''/tftpboot''' which contains the location for TFTPing.
A folder is created at '''/var/ftp/''' which contains the location for TFTPing.
[[Category : Linux]]
[[Category : Linux]]

Revision as of 09:51, 27 May 2010

To install a TFTP server use the following commands.

yum -y install vsftpd
service vsftpd start
chkconfig vsftpd on

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