uFTP - FTP Server

uftp server, open source ftp server, linux ftp server, linux ftp server for embedded, easy to configure ftp server, ftp server for initramfs

User Tools

Site Tools


ftp-server-raspberry

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
ftp-server-raspberry [2020/04/05 12:13] – created kingkftp-server-raspberry [2024/04/18 20:54] (current) kingk
Line 1: Line 1:
-**How to install uFTP FTP server on a Raspberry PI **+**How to install uFTP FTP server on a Raspberry PI **
  
 uFTP server is a Full FTP SERVER ideal for small projects and in ARM devices such as Raspberry PI, it's lightweight it's portable and straightforward to use and configure. uFTP server is a Full FTP SERVER ideal for small projects and in ARM devices such as Raspberry PI, it's lightweight it's portable and straightforward to use and configure.
Line 40: Line 40:
 sudo chown root:root /etc/uftpd.cfg sudo chown root:root /etc/uftpd.cfg
 sudo chmod -rwx /etc/uftpd.cfg sudo chmod -rwx /etc/uftpd.cfg
-sudo chmod u+rwx /etc/uftpd.cfg 
 </code> </code>
  
Line 51: Line 50:
 sudo chown root:root /etc/uFTP/key.pem sudo chown root:root /etc/uFTP/key.pem
 sudo chmod -rwx /etc/uFTP/key.pem sudo chmod -rwx /etc/uFTP/key.pem
-sudo chmod u+rwx /etc/uFTP/key.pem 
 </code> </code>
 +
 +Now configure the uFTP server, check the configuration page for more details [[uftp-server-configuration|uFTP server configuration]].
  
 <code> <code>
Line 58: Line 58:
 sudo uFTP sudo uFTP
 </code> </code>
 +
 +Add uFTP to rc.local script for the automatic FTP server start at boot.
 +<code>
 +#sudo nano /etc/rc.local
 +
 +#add this line before exit 0
 +uFTP
 +</code>
 +
 +
  
ftp-server-raspberry.1586081580.txt.gz · Last modified: 2020/04/05 12:13 by kingk