AVR32 Linux Development/FTP demon
From AVRFreaks Wiki
The STK1000 Linux environment includes troll-ftpd, which is a freely available, small, but unsupported, FTP daemon from Trolltech AS. The FTP daemon is run from inetd, and is enabled by the following line in /etc/inetd.conf
:
ftp stream tcp nowait root.root /usr/sbin/ftpd ftpd
The FTP daemon allows anonymous FTP uploading and downloading of files in the /home/ftp directory
. This can be used as a simple way to transfer programs and files to the STK1000.
To log in anonymously, enter ftp when asked for a user name:
Connected to xx.xx.xx.xx. 220-Setting memory limit to 1024+1024kbytes 220-Local time is now 01:16 and the load is 0.00. 220 You will be disconnected after 1800 seconds of inactivity. User (xx.xx.xx.xx:(none)): ftp 230 Anonymous user logged in. ftp>