Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Ftp [solved]
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
Hironatashima
Apprentice
Apprentice


Joined: 28 Apr 2005
Posts: 212

PostPosted: Sat Apr 15, 2006 11:03 pm    Post subject: Ftp [solved] Reply with quote

What is a very good FTP server package, and how do you configure it for Linux? I am running in navtive 64 bit mode, so I need to have a stable non masked package.

Last edited by Hironatashima on Tue Apr 18, 2006 11:38 pm; edited 1 time in total
Back to top
View user's profile Send private message
GerManson
Tux's lil' helper
Tux's lil' helper


Joined: 17 Mar 2005
Posts: 86
Location: Sonora, Mexico.

PostPosted: Sun Apr 16, 2006 12:04 am    Post subject: Re: Ftp Reply with quote

Hironatashima wrote:
What is a very good FTP server package, and how do you configure it for Linux? I am running in navtive 64 bit mode, so I need to have a stable non masked package.



pure-ftpd is my favorite, but you can look for a lot more:

Code:

ls /usr/portage/net-ftp


servers are usually the ones that end with a "d" letter.
_________________
GerManson - Gentoo Linux i686 Dual Intel(R) Pentium(R) 4 CPU 2.80GHz Processor
http://www.ebrios.com.mx

Do The Evolution!! -> ∂f/∂y = ∫e^(x^2)+y^2 dx + ∫x^2+y^2 dy
Back to top
View user's profile Send private message
GerManson
Tux's lil' helper
Tux's lil' helper


Joined: 17 Mar 2005
Posts: 86
Location: Sonora, Mexico.

PostPosted: Sun Apr 16, 2006 12:08 am    Post subject: Reply with quote

you should read this too:

http://gentoo-wiki.com/HOWTO_PureFTPD_with_MySQL_Auth_and_PhpMyAdmin, just ignore the mysql and phpMyAdmin part


http://gentoo-wiki.com/HOWTO_GLFTPD
_________________
GerManson - Gentoo Linux i686 Dual Intel(R) Pentium(R) 4 CPU 2.80GHz Processor
http://www.ebrios.com.mx

Do The Evolution!! -> ∂f/∂y = ∫e^(x^2)+y^2 dx + ∫x^2+y^2 dy
Back to top
View user's profile Send private message
Monkeh
Veteran
Veteran


Joined: 06 Aug 2005
Posts: 1656
Location: England

PostPosted: Sun Apr 16, 2006 12:40 am    Post subject: Reply with quote

I recommend proftpd and vsftpd. proftpd has a huge number of features, and vsftpd is very lightweight.
Back to top
View user's profile Send private message
Hironatashima
Apprentice
Apprentice


Joined: 28 Apr 2005
Posts: 212

PostPosted: Sun Apr 16, 2006 4:27 am    Post subject: hmmm... MySQL Reply with quote

I don't know... I know that MySQL is a security hole... is it required to use pure ftp?
Back to top
View user's profile Send private message
GerManson
Tux's lil' helper
Tux's lil' helper


Joined: 17 Mar 2005
Posts: 86
Location: Sonora, Mexico.

PostPosted: Sun Apr 16, 2006 5:38 am    Post subject: Re: hmmm... MySQL Reply with quote

Hironatashima wrote:
I don't know... I know that MySQL is a security hole... is it required to use pure ftp?

no
_________________
GerManson - Gentoo Linux i686 Dual Intel(R) Pentium(R) 4 CPU 2.80GHz Processor
http://www.ebrios.com.mx

Do The Evolution!! -> ∂f/∂y = ∫e^(x^2)+y^2 dx + ∫x^2+y^2 dy
Back to top
View user's profile Send private message
Hironatashima
Apprentice
Apprentice


Joined: 28 Apr 2005
Posts: 212

PostPosted: Sun Apr 16, 2006 12:44 pm    Post subject: so I emerge it... Reply with quote

So I'm going to emerge it, and after that how do I configure it... according to WIKKIpedia, that tutorial tells you to include MySQL, and as a security technician, my guts tell me to not use MySQL... especially because it is a pain to secure. I mean, I want to have a secure login, but that tutorial uses MySQL as the security. How do I adjust for that?
Back to top
View user's profile Send private message
d4rkwingduck
Apprentice
Apprentice


Joined: 11 Aug 2005
Posts: 220
Location: somwhere on this big blue earth

PostPosted: Sun Apr 16, 2006 2:51 pm    Post subject: Reply with quote

I'm using vsftpd and ising explicit SSL. I don't know how much secure it can get from that :). Configuration is simple, altyhough finding a linux client can be a pain. I eventually found jftp and it works wonders, for windows however filezilla works wonders ;)
Back to top
View user's profile Send private message
Hironatashima
Apprentice
Apprentice


Joined: 28 Apr 2005
Posts: 212

PostPosted: Sun Apr 16, 2006 7:45 pm    Post subject: Ok Reply with quote

I have vsftpd, and I'm actually enjoying Filezilla, but here is my question... How do I make it so a single user can access other directories than just their home directory? I have a total of three or four shares that I want to be available on the ftp server, they are on my home directory, but I don't want to share out the private files in /home....
Back to top
View user's profile Send private message
GerManson
Tux's lil' helper
Tux's lil' helper


Joined: 17 Mar 2005
Posts: 86
Location: Sonora, Mexico.

PostPosted: Mon Apr 17, 2006 7:03 pm    Post subject: Re: so I emerge it... Reply with quote

Hironatashima wrote:
So I'm going to emerge it, and after that how do I configure it... according to WIKKIpedia, that tutorial tells you to include MySQL, and as a security technician, my guts tell me to not use MySQL... especially because it is a pain to secure. I mean, I want to have a secure login, but that tutorial uses MySQL as the security. How do I adjust for that?


read this: http://wiki.arslinux.com/FTP_Server_w/_Virtual_Users
_________________
GerManson - Gentoo Linux i686 Dual Intel(R) Pentium(R) 4 CPU 2.80GHz Processor
http://www.ebrios.com.mx

Do The Evolution!! -> ∂f/∂y = ∫e^(x^2)+y^2 dx + ∫x^2+y^2 dy
Back to top
View user's profile Send private message
Hironatashima
Apprentice
Apprentice


Joined: 28 Apr 2005
Posts: 212

PostPosted: Tue Apr 18, 2006 11:36 pm    Post subject: proftpd Reply with quote

I found that proftpd is an easier and better configurable choice. especially with webmin.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum