Category : FTP

Install Proftp server # opkg install proftpd Edit /etc/proftpd.conf # vi /etc/proftpd.confServerName “ProFTPD Server”ServerIdent on “FTP Server ready.”ServerType standaloneDefaultServer onDefaultAddress 127.0.0.1RequireValidShell offPort 21UseIPv6 offUmask 022MaxInstances 10User nobodyGroup nogroupAuthUserFile /etc/passwdDefaultRoot /homeAllowOverwrite onMaxClients 10MaxClientsPerHost 10MaxClientsPerUser 10MaxHostsPerUser 10DeleteAbortedStores onUserAlias anonymous ftp Adding new user for ftp account by editing /etc/passwd, in my case i added user openwrt, copy ..

Read more