using vsftpd, I know its possible to specify what directory you want a user to be dropped into when he ftps in...but I dont remember where to go to change that. any suggestions? -- Andrew Rice Jr
hmm well I didnt really see anywhere to insert a line for each individual user... ill keep looking though. | Am Do, den 02.02.2006 schrieb Andrew Rice um 11:02: | | > using vsftpd, I know its possible to specify what directory you want a user to be dropped into when he ftps | > in...but I dont remember where to go to change that. | > | > any suggestions? | | In the FTP server configuration and by specifying the user's $HOME. | | Alexander | | | -- | Alexander Dalloz | Enger, Germany | GPG http://pgp.mit.edu 0xB366A773 | legal statement: http://www.uni-x.org/legal.html | Fedora Core 2 GNU/Linux on Athlon with kernel 2.6.11-1.35_FC2smp | Serendipity 16:21:55 up 59 days, 20:59, load average: 0.59, 0.74, 0.65 | _______________________________________________ | CentOS mailing list | CentOS at centos.org | http://lists.centos.org/mailman/listinfo/centos -- Andrew Rice Jr Systems Analyst Carrier Management Systems, Inc. 500 Chestnut Street, Suite 500 Abilene, TX 79602 USA support: (325) 672-0975 office: (325) 677-5900 fax: (325) 676-0529 http://www.nams.net NAMS III, NAMS 2000 Centralized, NAMS BMX
Am Do, den 02.02.2006 schrieb Andrew Rice um 11:02:> using vsftpd, I know its possible to specify what directory you want a user to be dropped into when he ftps > in...but I dont remember where to go to change that. > > any suggestions?In the FTP server configuration and by specifying the user's $HOME. Alexander -- Alexander Dalloz | Enger, Germany | GPG http://pgp.mit.edu 0xB366A773 legal statement: http://www.uni-x.org/legal.html Fedora Core 2 GNU/Linux on Athlon with kernel 2.6.11-1.35_FC2smp Serendipity 16:21:55 up 59 days, 20:59, load average: 0.59, 0.74, 0.65 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: Dies ist ein digital signierter Nachrichtenteil URL: <http://lists.centos.org/pipermail/centos/attachments/20060202/21ea999f/attachment-0002.sig>
On 02/02/06, Andrew Rice <andrew at nams.net> wrote:> using vsftpd, I know its possible to specify what directory you want a user to be dropped into when he ftps > in...but I dont remember where to go to change that.In a non-anonymous login the initial starting directory is the user's $HOME as specified in /etc/passwd. I don't know off the top of my head if there's any way to override this bar changing their $HOME (usermod/vipw etc.). man vsftpd.conf for more info. Will.