Discussion:
FTP service in fedora 10?
(too old to reply)
asdasdas
2009-02-19 09:33:55 UTC
Permalink
Hey there,

I would like to share some of my files with family and close friends. I
am familiar with FTP servers for Windows such as Serv-U and WarFTPd, but
am not too familiar with how to setup an FTP service in UNIX or Linux.
What is currently the most secure and easy to administer FTP daemon for
*nix?

Thanks if anyone can help!
Sidney Lambe
2009-02-19 10:11:37 UTC
Permalink
Post by asdasdas
Hey there,
I would like to share some of my files with family and close friends. I
am familiar with FTP servers for Windows such as Serv-U and WarFTPd, but
am not too familiar with how to setup an FTP service in UNIX or Linux.
What is currently the most secure and easy to administer FTP daemon for
*nix?
Thanks if anyone can help!
I use vsftpd. Very simple to use. ncftp for a client.

http://vsftpd.beasts.org/


Sid
The Natural Philosopher
2009-02-19 10:14:58 UTC
Permalink
Post by asdasdas
Hey there,
I would like to share some of my files with family and close friends. I
am familiar with FTP servers for Windows such as Serv-U and WarFTPd, but
am not too familiar with how to setup an FTP service in UNIX or Linux.
What is currently the most secure and easy to administer FTP daemon for
*nix?
Thanks if anyone can help!
Well, an open socket to an FTP server is a bit of a money pot for the
malicious.

Dunno what is the latest, but WUftpd used to be a decent sort of package.

Enabling the standard ftp daemon under inetd is easy enough: It's
managing the security issues that is a problem, especially if your
intended accessors are not on fixed IP addresses.
Andrew Gideon
2009-02-19 16:34:02 UTC
Permalink
Post by asdasdas
Hey there,
I would like to share some of my files with family and close friends. I
am familiar with FTP servers for Windows such as Serv-U and WarFTPd, b
Wouldn't it make more sense to use a web server for this? FTP can be
problematic with some firewalls because of the details of the protocols
(passive vs. active). HTTP has none of that nonsense.

More, FTP doesn't encrypt. HTTP offers that as an option.

- Andrew
Tim Greer
2009-02-19 17:29:07 UTC
Permalink
Post by Andrew Gideon
Post by asdasdas
Hey there,
I would like to share some of my files with family and close friends.
I am familiar with FTP servers for Windows such as Serv-U and
WarFTPd, b
Wouldn't it make more sense to use a web server for this? FTP can be
problematic with some firewalls because of the details of the
protocols
(passive vs. active). HTTP has none of that nonsense.
More, FTP doesn't encrypt. HTTP offers that as an option.
- Andrew
A web server could be a poor option if the files are very large, it's
not as efficient as FTP, which is designed for it specifically.
Firewalls aren't really a problem is configured properly and if needed,
as you've stated, one could use pasv mode or not. Finally, FTP can use
encryption.

Besides, often, encryption isn't a concern unless the data is sensitive
and you have any concern that a malicious person can somehow get
privileged access on the system or network at a level to be able to
grab that data, in which case all bets are off anyway since they
control the system or network at a root level (not that I don't
encourage people to protect all data with SSL/TLS, etc., but for FTP of
non vital data, it's probably not a concern that should worry most
people).
--
Tim Greer, CEO/Founder/CTO, BurlyHost.com, Inc.
Shared Hosting, Reseller Hosting, Dedicated & Semi-Dedicated servers
and Custom Hosting. 24/7 support, 30 day guarantee, secure servers.
Industry's most experienced staff! -- Web Hosting With Muscle!
Allen Kistler
2009-02-19 18:09:07 UTC
Permalink
Post by asdasdas
I would like to share some of my files with family and close friends. I
am familiar with FTP servers for Windows such as Serv-U and WarFTPd, but
am not too familiar with how to setup an FTP service in UNIX or Linux.
What is currently the most secure and easy to administer FTP daemon for
*nix?
vsftpd packages are distributed with all versions of Fedora.
vsftpd runs independently of (i.e., without) xinetd.
John Thompson
2009-02-20 02:14:27 UTC
Permalink
Post by asdasdas
I would like to share some of my files with family and close friends. I
am familiar with FTP servers for Windows such as Serv-U and WarFTPd, but
am not too familiar with how to setup an FTP service in UNIX or Linux.
What is currently the most secure and easy to administer FTP daemon for
*nix?
ftp is not especially secure, and not only just because it transmits
usernames and passwords as plain text. I'd set up ssh instead and use
scp or sftp to transfer files. Windows users can use "WinScp" (available
here: http://winscp.sourceforge.net), with a pointy-clicky "Norton
Commander" type gui interface.
--
John (***@os2.dhs.org)
Loading...