Networking Forums

Networking Forums > Computer Networking > Linux Networking > FTP service in fedora 10?

Reply
Thread Tools Display Modes

FTP service in fedora 10?

 
 
asdasdas
Guest
Posts: n/a

 
      02-19-2009, 08:33 AM
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!
 
Reply With Quote
 
 
 
 
The Natural Philosopher
Guest
Posts: n/a

 
      02-19-2009, 09:14 AM
asdasdas wrote:
> 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.
 
Reply With Quote
 
Tim Greer
Guest
Posts: n/a

 
      02-19-2009, 04:29 PM
Andrew Gideon wrote:

> On Thu, 19 Feb 2009 01:33:55 -0800, asdasdas wrote:
>
>> 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!
 
Reply With Quote
 
Allen Kistler
Guest
Posts: n/a

 
      02-19-2009, 05:09 PM
asdasdas wrote:
> 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.
 
Reply With Quote
 
John Thompson
Guest
Posts: n/a

 
      02-20-2009, 01:14 AM
On 2009-02-19, asdasdas <(E-Mail Removed)> wrote:

> 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 ((E-Mail Removed))
 
Reply With Quote
 
habibielwa7id
Guest
Posts: n/a

 
      02-22-2009, 09:22 AM
On Feb 20, 4:14*am, John Thompson <j...@vector.os2.dhs.org> wrote:
> On 2009-02-19, asdasdas <dsfs...@sdfsdf.com> wrote:
>
> > 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 (j...@os2.dhs.org)


-Yes, if you use sftp, It's more secure and you will not have to
install new applications for FTP, sftp installed by default on most
Linux distributions, If you want your users to only sftp to your
servers and not ssh so they can'r have a complete shell which enables
them to type extra commands, You can strict them to use only sftp to
move data and not ssh, Change the default shell in the /etc/passwd for
that user like this, suppose the passwd file entry like this,
hanys:x:538:543::/home/hanys:/bin/bash change /bin/bash to
hanys:x:538:543::/home/hanys:/usr/bin/sftp
type which sftp to know where does your distribution put sftp binary.
And you may chroot them also easily with some extra work, search about
chroot jail and ssh or sftp,
Ask if you need help to make specific permissions to make for example
shared directories.
regards,


 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
autofs from non-Fedora to Fedora 16 Kevin the Drummer Linux Networking 9 04-17-2012 06:28 AM
windows 2000 server Terminal service licensing service bharat Windows Networking 0 02-20-2007 09:01 PM
The Routing and Remote Access service terminated with service-specific error 193 Manu Windows Networking 0 07-10-2005 07:59 AM
Strange SSH halting problem between Fedora Core 2/Fedora Core 3 Jonathan Abbey Linux Networking 4 12-03-2004 05:00 PM
Installed Fedora, can't telnet from PC into Fedora machine? Santa Linux Networking 5 11-15-2004 05:25 AM



1 2 3 4 5 6 7 8 9 10 11