View previous topic :: View next topic |
Author |
Message |
namit n00b
Joined: 05 Dec 2005 Posts: 69
|
Posted: Fri Dec 09, 2005 2:28 am Post subject: Ftp server recommendation [solved] |
|
|
what is the story with an ftp server?
I want to allow all the users to have an ftp account to there home direcotry..
Can anyone help?
Last edited by namit on Tue Dec 13, 2005 1:16 am; edited 1 time in total |
|
Back to top |
|
|
thoughtform l33t
Joined: 24 May 2004 Posts: 600
|
Posted: Fri Dec 09, 2005 2:33 am Post subject: |
|
|
i found pure-ftp is easiest for that.
emerge -pv pure-ftpd |
|
Back to top |
|
|
Po0ky Tux's lil' helper
Joined: 21 Apr 2005 Posts: 142 Location: Belgium
|
Posted: Fri Dec 09, 2005 7:52 am Post subject: |
|
|
pure-ftpd++
Easy to configure, pretty good performance (got better transfer rates than using proftpd, although some people will contest this)
support for about anything you may need
Code: |
USES:
- caps: Use Linux capabilities library to control privileges.
- databases: mysql, postgres, ldap, (pam)
- ssl
- vchroot: support for virtual chroot (possible security risc) |
_________________ -- I'll eat it-- |
|
Back to top |
|
|
namit n00b
Joined: 05 Dec 2005 Posts: 69
|
Posted: Fri Dec 09, 2005 9:13 am Post subject: |
|
|
but as for the setup with not having to creat a users for everyone that is not the case? |
|
Back to top |
|
|
Po0ky Tux's lil' helper
Joined: 21 Apr 2005 Posts: 142 Location: Belgium
|
Posted: Sat Dec 10, 2005 12:35 pm Post subject: |
|
|
just keep the default pure-ftpd settings then.
File: /etc/conf.d/pure-ftpd
AUTH="-l unix" will tell pure-ftpd to use your unix users.
and MISC_OTHER:
The '-A' switch stands for chroot everyone but root. -> only access to home folder _________________ -- I'll eat it-- |
|
Back to top |
|
|
namit n00b
Joined: 05 Dec 2005 Posts: 69
|
Posted: Sat Dec 10, 2005 12:41 pm Post subject: |
|
|
no that does not work goes in grand
what if i could go to another ftp server program? |
|
Back to top |
|
|
namit n00b
Joined: 05 Dec 2005 Posts: 69
|
Posted: Sun Dec 11, 2005 3:22 pm Post subject: |
|
|
can anyone give me another option? |
|
Back to top |
|
|
Po0ky Tux's lil' helper
Joined: 21 Apr 2005 Posts: 142 Location: Belgium
|
|
Back to top |
|
|
namit n00b
Joined: 05 Dec 2005 Posts: 69
|
Posted: Tue Dec 13, 2005 1:13 am Post subject: |
|
|
Ok i have changed
Went to vsftp and it works "kind of"
I am using ftp in command line only and it works for my account
now when i go to another user and try to login it come up saying
220 Welcome to blah FTP service.
Name (localhost:namit): blauser
331 Please specify the password.
Password: *********
530 Login incorrect.
What is with that
logs say s
Tue Dec 13 00:53:36 2005 [pid 26235] [namit] OK LOGIN: Client "83.7*.*.*"
Tue Dec 13 00:56:28 2005 [pid 26267] CONNECT: Client "83.70.35.71"
Tue Dec 13 00:56:35 2005 [pid 26266] [blauser] FAIL LOGIN: Client "83.7*.*.*"
i have done id on both my users and greg
uid=1004(namit) gid=1002(website) groups=1002(website)
mailman:/home/namit/# id blauser
uid=1009(blauser) gid=1002(website) groups=1002(website) |
|
Back to top |
|
|
namit n00b
Joined: 05 Dec 2005 Posts: 69
|
Posted: Tue Dec 13, 2005 1:16 am Post subject: |
|
|
ok it was some problem that i had not set the shell |
|
Back to top |
|
|
dpetka2001 l33t
Joined: 04 Mar 2005 Posts: 804
|
Posted: Tue Dec 13, 2005 2:24 pm Post subject: |
|
|
a silly question maybe but is auto-completion available in any of the ftp servers you have suggested until now?? something like when pressing the TAB button when you are in bash... |
|
Back to top |
|
|
dpetka2001 l33t
Joined: 04 Mar 2005 Posts: 804
|
Posted: Wed Dec 14, 2005 3:11 pm Post subject: |
|
|
can anyone give me a hint on what i have asked in my previous post?? or is it just a matter of ftp clients?? |
|
Back to top |
|
|
Redeeman l33t
Joined: 25 Sep 2003 Posts: 958 Location: Portugal
|
Posted: Thu Dec 15, 2005 2:37 am Post subject: |
|
|
what was wrong with pure-ftpd? it supports all needed.. including virtual users. |
|
Back to top |
|
|
Po0ky Tux's lil' helper
Joined: 21 Apr 2005 Posts: 142 Location: Belgium
|
Posted: Thu Dec 15, 2005 12:38 pm Post subject: |
|
|
dpetka2001 wrote: | can anyone give me a hint on what i have asked in my previous post?? or is it just a matter of ftp clients?? |
Your server only runs commands, to get some completion when accessing a server you'll have to check with your client. _________________ -- I'll eat it-- |
|
Back to top |
|
|
|