views:

15

answers:

0

I'm trying to set up an FTP account on my server which is running a Debian install and proftpd. I'm in need of some basic commands that will allow me to view, edit, create ftp users. I'm also not clear on whether I need to then add these users specifically to proftpd or if just having them on the server is enough.

Ultimately, I'd like to have an FTP user that I can connect to with beanstalkapp, an svn deployment tool, so that it might deploy content to my /var/www/ directory.

Any help would be appreciated, even if it's just links to some shell commands that I should be using to view and update users.