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

Both sides previous revisionPrevious revision
Next revision
Previous revision
ftp-server-raspberry [2020/04/05 15:05] 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>
  
Line 61: Line 59:
 </code> </code>
  
-Add uFTP to rc.local file for automatic startub at boot.+Add uFTP to rc.local script for the automatic FTP server start at boot.
 <code> <code>
 #sudo nano /etc/rc.local #sudo nano /etc/rc.local
ftp-server-raspberry.1586091946.txt.gz · Last modified: 2020/04/05 15:05 by kingk