![]() |
trying to set up an ftp account - Printable Version +- Linux-Noob Forums (https://www.linux-noob.com/forums) +-- Forum: Linux Server Administration (https://www.linux-noob.com/forums/forum-8.html) +--- Forum: FTP Server (https://www.linux-noob.com/forums/forum-85.html) +--- Thread: trying to set up an ftp account (/thread-3297.html) |
trying to set up an ftp account - buzzsaw - 2004-06-18 i can start vftpd but i have no idea how to set up an account. i want to beable to make sepprate accounts with sepprate web dirs with new users for each. trying to set up an ftp account - z0ny - 2004-06-18 I don't know which ftpd you're actually talking about as I prefer ProFTPD but I guess you have to try your system users login. If you only want to give specific users ftp access and NOT shell access just set the user's shell to /sbin/nologin (instead of /bin/sh or whatever shell you're using, see 'man usermod' and 'man useradd' if you don't know how to do that). z0ny trying to set up an ftp account - ongky - 2004-07-06 personally i use EFTP. Really easy to setup accounts and all. hope this helps. edit : oops sorry didn't realise this was linux ftp >_< anyway that's a windows FTP prog |