Skip to main content

Posts

Featured

ProFTPd on RPI

A simple FTP server for RPI. Installing ProFTPd sudo apt-get install proftpd Make few configuration changes sudo vi /etc/proftpd/proftpd.conf DefaultRoot ~ AuthOrder mod_auth_file.c mod_auth_unix.c AuthPAM off RequireValidShell off Restart ProFTPd sudo /etc/init.d/proftpd restart Establish a FTP connection to RPI with the existing credentials of RPI. With these changes we can download files from RPI.

Latest posts

RPI Hardware Version

Transmission Daemon on RPI B+

Bubble UPNP server on RPI B+

Wget

Prompt string in a terminal

Terminator

Tmux

Vim editor tips