I'm not sure it matters but I'm currently using wheezy-beta-2012-06-18.
Here's the entire set up
- Code: Select all
sudo apt-get install twoftpd-run
There's a warning message at the end of the install that /var/ftp doesn't exist, so
- Code: Select all
sudo mkdir /var/ftp
OK, so I figured I needed to configure it to get it working. I searched the web and found two completely different setup procedures, neither of which I could even begin because I was missing the files or "command not found".
So, I thought what the heck and just ftp'ed into my RPi from my windows laptop. The Pi accepted my user name and password and put me into my home directory (/home/pi). File transfers work flawlessly. Folders below this were accessible but everywhere else isn't including /var/ftp (so maybe I didn't need it after all). This is fine for what I want to now. I can ssh or set up a script to move the files around, to /var/www, for example.
I thought this might be helpful to other RPi users.
Rich