View previous topic :: View next topic |
Author |
Message |
Hironatashima Apprentice


Joined: 28 Apr 2005 Posts: 212
|
Posted: Sat Apr 15, 2006 11:03 pm Post subject: Ftp [solved] |
|
|
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 |
|
 |
GerManson Tux's lil' helper


Joined: 17 Mar 2005 Posts: 86 Location: Sonora, Mexico.
|
Posted: Sun Apr 16, 2006 12:04 am Post subject: Re: Ftp |
|
|
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 |
|
 |
GerManson Tux's lil' helper


Joined: 17 Mar 2005 Posts: 86 Location: Sonora, Mexico.
|
|
Back to top |
|
 |
Monkeh Veteran


Joined: 06 Aug 2005 Posts: 1656 Location: England
|
Posted: Sun Apr 16, 2006 12:40 am Post subject: |
|
|
I recommend proftpd and vsftpd. proftpd has a huge number of features, and vsftpd is very lightweight. |
|
Back to top |
|
 |
Hironatashima Apprentice


Joined: 28 Apr 2005 Posts: 212
|
Posted: Sun Apr 16, 2006 4:27 am Post subject: hmmm... MySQL |
|
|
I don't know... I know that MySQL is a security hole... is it required to use pure ftp? |
|
Back to top |
|
 |
GerManson Tux's lil' helper


Joined: 17 Mar 2005 Posts: 86 Location: Sonora, Mexico.
|
Posted: Sun Apr 16, 2006 5:38 am Post subject: Re: hmmm... MySQL |
|
|
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 |
|
 |
Hironatashima Apprentice


Joined: 28 Apr 2005 Posts: 212
|
Posted: Sun Apr 16, 2006 12:44 pm Post subject: so I emerge it... |
|
|
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 |
|
 |
d4rkwingduck Apprentice


Joined: 11 Aug 2005 Posts: 220 Location: somwhere on this big blue earth
|
Posted: Sun Apr 16, 2006 2:51 pm Post subject: |
|
|
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 |
|
 |
Hironatashima Apprentice


Joined: 28 Apr 2005 Posts: 212
|
Posted: Sun Apr 16, 2006 7:45 pm Post subject: Ok |
|
|
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 |
|
 |
GerManson Tux's lil' helper


Joined: 17 Mar 2005 Posts: 86 Location: Sonora, Mexico.
|
Posted: Mon Apr 17, 2006 7:03 pm Post subject: Re: so I emerge it... |
|
|
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 |
|
 |
Hironatashima Apprentice


Joined: 28 Apr 2005 Posts: 212
|
Posted: Tue Apr 18, 2006 11:36 pm Post subject: proftpd |
|
|
I found that proftpd is an easier and better configurable choice. especially with webmin. |
|
Back to top |
|
 |
|