Forum overview »
Networking » need help on ftp server choice (1/1)
| need help on ftp server choice |
| Author |
Message |
Genesis
Member
Posts: 8
Joined: 2002-08-16
Member No.: 12390
|
2002-08-16 07:35:26
- I want to use it for data exchange in a local network.
- no more then 10 persons will be on it at the same time.
- it should be secure
- easy to set up
- speed
- anonymous login (up/download)
- i want to login as regular user to get access to my home directory
I hope thats enough information to choose a good server for me.
(and i do not need answers like: 'all ftp servers will do that'  )
My system is suse linux 8.0
|
|
| Post #126 |
|
Philipp
Moderator
Posts: 1840
Joined: 1999-07-14
Member No.: 1
|
2002-08-16 11:19:09
ProFTPD is pretty good. You can get it from here.
|
|
| Post #127 |
|
Genesis
Member
Posts: 8
Joined: 2002-08-16
Member No.: 12390
|
2002-08-16 12:47:24
There is also a german site for proftpd and they had a RPM package for SuSE 8.0. i edited the config files to my needs told inetd to tale care of port 21 and all looks fine so far.
maybe one final thing, is there an utility that can tell me when someone starts downloading. something like a kicker icon or so that blinks or something like that.
I think i will look for some application like that maye there is a gkrellm plugin or so.
using 'cat /var/log/xferlog' can't be the best to verify if someone was there
finally thanks for this suggestion and no i could not wait for other proposals, as i could not stand it to try things out 
|
|
| Post #128 |
|
Admiral LSD
Senior Member
Posts: 991
Joined: 2001-08-14
Member No.: 6685
|
2002-08-17 15:08:05
"ProFTPD is pretty good. You can get it from here."
Thats what I use (and would have recommended). Seems decent enough.
I just have to figure out how to link it to my Apache DocumentRoot giving me upload rights (I already have it serving anonymous connections) now...
|
|
| Post #130 |
|
REL!c2K
Member
Posts: 95
Joined: 2002-11-26
Member No.: 15457
|
2002-11-26 05:53:18
If you are going to access documents and data via LAN only, I would not use either FTP or telnet, I would recommend using SSH, for security reasons. If you need FTP, most Linux Distros come with both ProFTP, and WU FTP.
|
|
| Post #660 |
|
FishDog
Member
Posts: 15
Joined: 2002-12-12
Member No.: 16269
|
2002-12-14 18:05:51
you should setup ftp for anonymous only, upload is a bad idea on anonymous.
If you do setup anonymous upload you need to put the file in a seperate partition from everything else. You should also make the folder write only, so they will not be able to download uploaded files. if you don't then people will use it for illegal purposes.
in your ftp pub folder you should put a copy of "putty"
then you can download it from any machine. It's a simple set of executable files for ssh and sftp
then you could use sftp for non-anonymous uploads to anywhere you want.
|
|
| Post #811 |
|
gfolkert
Member
Posts: 64
Joined: 2003-01-03
Member No.: 17193
|
2003-01-03 11:23:54
I'd use VSFTP...
You can get it here at it's home Very Secure FTPD
I have used it with great success. No exploits either... 
|
|
| Post #938 |
|
firefox2501
Member
Posts: 6
Joined: 2003-10-11
Member No.: 22698
|
2003-10-11 23:12:22
I second the notion of VSFTP.
|
|
| Post #3066 |
|
Forum overview »
Networking » need help on ftp server choice