Networking Forums

Networking Forums > Computer Networking > Linux Networking > What's the best and easiest FTP server to use in Debian for a small LAN?

Reply
Thread Tools Display Modes

What's the best and easiest FTP server to use in Debian for a small LAN?

 
 
ANTant@zimage.com
Guest
Posts: n/a

 
      02-16-2005, 09:13 PM
I was told that wu-ftpd is very old and has a lot of security holes. I
used to use it a lot when I had a dedicated broadband connection. Now, I
have to use dial-up connection for Internet access. Since it is not a
24/7 connection, I am having problems with wu-ftpd connecting because it
wants to do domain look ups. I do not want to be online when using
FTP'ing. See http://tinyurl.com/5stfg for my old newsgroup thread about
it.

Is there a basic and easy to use FTP server to replace wu-ftpd for my
Debian box (Kernel 2.6.8 and v3.1 from Sarge installer)? All I need is
basic FTP file transfer between computers (PowerBook G4 with MacOS X
10.2.8, PC notebooks and desktops running Windows 98 to XP) on my tiny
LAN without it looking up domains. Also, resume capability as well for
huge file transfers in case I need to abort and do it later (rarely).

Thank you in advance.
--
"I look at an ant and I see myself: a native South African, endowed by nature with a
strength much greater than my size so I might cope with the weight of a racism that crushes
my spirit." --Miriam Makeba
/\___/\
/ /\ /\ \ Ant @ The Ant Farm: http://antfarm.ma.cx
| |o o| | Ant's Quality Foraged Links: http://aqfl.net
\ _ / Please remove ANT if replying by e-mail.
( )
 
Reply With Quote
 
 
 
 
E. Charters
Guest
Posts: n/a

 
      02-16-2005, 10:53 PM
ProFTPD as a server

and gftp as a client.

put your local machine names in your hosts file in /etc

@zimage.com wrote:
> I was told that wu-ftpd is very old and has a lot of security holes. I
> used to use it a lot when I had a dedicated broadband connection. Now, I
> have to use dial-up connection for Internet access. Since it is not a
> 24/7 connection, I am having problems with wu-ftpd connecting because it
> wants to do domain look ups. I do not want to be online when using
> FTP'ing. See http://tinyurl.com/5stfg for my old newsgroup thread about
> it.
>


 
Reply With Quote
 
Mark Hobley
Guest
Posts: n/a

 
      02-16-2005, 11:08 PM
In alt.os.linux (E-Mail Removed) wrote:
>
> Is there a basic and easy to use FTP server to replace wu-ftpd for my
> Debian box (Kernel 2.6.8 and v3.1 from Sarge installer)?


I recommend vsftpd.

There is a little bit of setting up, but its worth it.

Heres my notes on it:

http://markhobley.yi.org/linux/packa...pd/config.html

Regards,

Mark.

--
Mark Hobley
393 Quinton Road West
Quinton
Birmingham
B32 1QE

Telephone: (0121) 422 6580

Email: markhobley at hotpop dot donottypethisbit com

http://markhobley.yi.org/

 
Reply With Quote
 
Tommi Jensen
Guest
Posts: n/a

 
      02-16-2005, 11:15 PM
(E-Mail Removed) wrote:
> Is there a basic and easy to use FTP server to replace wu-ftpd for my
> Debian box (Kernel 2.6.8 and v3.1 from Sarge installer)? All I need is
> basic FTP file transfer between computers (PowerBook G4 with MacOS X
> 10.2.8, PC notebooks and desktops running Windows 98 to XP) on my tiny

ftpd

/Tommi
 
Reply With Quote
 
andrewv
Guest
Posts: n/a

 
      02-16-2005, 11:27 PM
I use vsftpd. It was very easy to config for a relative new comer like
myself. I was also able to easily find some example config files on
the web.

Andrew

 
Reply With Quote
 
Joe Zeff
Guest
Posts: n/a

 
      02-17-2005, 12:12 AM
On Wed, 16 Feb 2005 16:13:46 -0600, (E-Mail Removed) wrote:

> All I need is
>basic FTP file transfer between computers (PowerBook G4 with MacOS X
>10.2.8, PC notebooks and desktops running Windows 98 to XP) on my tiny
>LAN without it looking up domains.


It's your LAN, presumably you know the internal IP addresses. Just
address the machines by IP and Bob's your uncle.

--
Joe Zeff
The Guy With the Sideburns
Every silver lining has a great big dark black cloud.
http://www.lasfs.org http://home.earthlink.net/~sidebrnz
 
Reply With Quote
 
E. Charters
Guest
Posts: n/a

 
      02-17-2005, 01:36 AM
ProFTPD for server

and gftp for client.

EC<:-}

(E-Mail Removed) wrote:

>
> Is there a basic and easy to use FTP server to replace wu-ftpd for my
> Debian box (Kernel 2.6.8 and v3.1 from Sarge installer)? All I need is
> basic FTP file transfer between computers (PowerBook G4 with MacOS X
> 10.2.8, PC notebooks and desktops running Windows 98 to XP) on my tiny
> LAN without it looking up domains. Also, resume capability as well for
> huge file transfers in case I need to abort and do it later (rarely).
>


 
Reply With Quote
 
Nico Kadel-Garcia
Guest
Posts: n/a

 
      02-17-2005, 02:46 AM

<(E-Mail Removed)> wrote in message
news:KIudnWEN5JIHWI7fRVn-(E-Mail Removed)...
>I was told that wu-ftpd is very old and has a lot of security holes. I
> used to use it a lot when I had a dedicated broadband connection. Now, I
> have to use dial-up connection for Internet access. Since it is not a
> 24/7 connection, I am having problems with wu-ftpd connecting because it
> wants to do domain look ups. I do not want to be online when using
> FTP'ing. See http://tinyurl.com/5stfg for my old newsgroup thread about
> it.


Most of the holes have been fixed, but I really like vsftpd. Small, easily
configures, and written with an eye towards the features most of us need.


 
Reply With Quote
 
Dan
Guest
Posts: n/a

 
      02-17-2005, 05:29 AM
On Wed, 16 Feb 2005 16:13:46 -0600, (E-Mail Removed) wrote:

You might consider web folders (webdav) as an alternative to ftp.
Implement them with Apache.

Dan

>I was told that wu-ftpd is very old and has a lot of security holes. I
>used to use it a lot when I had a dedicated broadband connection. Now, I
>have to use dial-up connection for Internet access. Since it is not a
>24/7 connection, I am having problems with wu-ftpd connecting because it
>wants to do domain look ups. I do not want to be online when using
>FTP'ing. See http://tinyurl.com/5stfg for my old newsgroup thread about
>it.
>
>Is there a basic and easy to use FTP server to replace wu-ftpd for my
>Debian box (Kernel 2.6.8 and v3.1 from Sarge installer)? All I need is
>basic FTP file transfer between computers (PowerBook G4 with MacOS X
>10.2.8, PC notebooks and desktops running Windows 98 to XP) on my tiny
>LAN without it looking up domains. Also, resume capability as well for
>huge file transfers in case I need to abort and do it later (rarely).
>
>Thank you in advance.


 
Reply With Quote
 
ANTant@zimage.com
Guest
Posts: n/a

 
      02-17-2005, 08:09 AM
I really don't want to run anything of a Web server even if it is on LAN
only. I am a old fashion guy.


Dan <(E-Mail Removed)> wrote:
> On Wed, 16 Feb 2005 16:13:46 -0600, (E-Mail Removed) wrote:


> You might consider web folders (webdav) as an alternative to ftp.
> Implement them with Apache.


> Dan


> >I was told that wu-ftpd is very old and has a lot of security holes. I
> >used to use it a lot when I had a dedicated broadband connection. Now, I
> >have to use dial-up connection for Internet access. Since it is not a
> >24/7 connection, I am having problems with wu-ftpd connecting because it
> >wants to do domain look ups. I do not want to be online when using
> >FTP'ing. See http://tinyurl.com/5stfg for my old newsgroup thread about
> >it.
> >
> >Is there a basic and easy to use FTP server to replace wu-ftpd for my
> >Debian box (Kernel 2.6.8 and v3.1 from Sarge installer)? All I need is
> >basic FTP file transfer between computers (PowerBook G4 with MacOS X
> >10.2.8, PC notebooks and desktops running Windows 98 to XP) on my tiny
> >LAN without it looking up domains. Also, resume capability as well for
> >huge file transfers in case I need to abort and do it later (rarely).
> >
> >Thank you in advance.

--
"I look at an ant and I see myself: a native South African, endowed by nature with a
strength much greater than my size so I might cope with the weight of a racism that crushes
my spirit." --Miriam Makeba
/\___/\
/ /\ /\ \ Ant @ The Ant Farm: http://antfarm.ma.cx
| |o o| | Ant's Quality Foraged Links: http://aqfl.net
\ _ / Please remove ANT if replying by e-mail.
( )
 
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
Debian Server Issue Grant Linux Networking 1 04-01-2008 03:55 AM
Ports for a Debian NFS server ? Madhusudan Singh Linux Networking 0 01-20-2006 02:04 AM
Problem with Debian NIS Server Andreas Linux Networking 0 09-03-2004 04:22 PM
Small Business Server 2003 Premium DHCP server problems =?Utf-8?B?ZHBjaHJpc3RAaG9sZ2VyZGFuc2tlLmNvbQ==?= Windows Networking 4 06-10-2004 09:51 AM
nfs server on debian 30r1 Jacek Linux Networking 0 10-01-2003 09:52 AM



1 2 3 4 5 6 7 8 9 10 11