Re: [newbie] FTP Server(Revised) Success!!!

2001-02-20 Thread Douglas stewart

For those that are interested I found how to configure the ftp server:
http://www.linuxdoc.org/HOWTO/ISP-Setup-RedHat-HOWTO-4.html#ss4.11

I hope this helps others :-)
Doug

- Original Message - 
From: Altoine B. [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, February 20, 2001 1:42 AM
Subject: Re: [newbie] FTP Server(Revised) Success!!!


 Douglas stewart wrote:
  
  The conclusion! Success!
  I had to install
  python
  xinetd
  wu-ftpd
  
  and now it works.
  
  Thanks very much to all that responded :-
  Doug Stewart
 
 Great! Dependencies, dependencies tsktsktsk.LoL
 
 -- 
 
 
   
   .--. `   
   |__| .---.   Altoine Barker
   |=.| |.-.|   Maximum Time, Inc
   |--| ||$SEND||   Chicago Based Enterprise
   |  | |'-'|   http://www.maximumtime.com   
   |__|~')_('
 





[newbie] FTP

2001-02-19 Thread Douglas stewart

I have a L-M 7.2 at 192.168.101
and NT 4.0 at 192.168.1.100
and linksys at 192.168.1.1

I don't have samba running.
ftp is there an each end.

How do I get ftp to connect?

Do I have to set up some accounts?
do I have to start a FTP server?

Thanks
Doug Stewart





Re: [newbie] FTP

2001-02-19 Thread Douglas stewart

I get

A network error has occurred while Netscape
was receiving data.
(Network Error:)

Try connecting again.


I then tried  from a command prompt window in NT

ftp 192.168.1.101
connected to 192.168.1.101
( there was a 5 second delay then)
Connection closed by remote host.

This would indicate that they are talking but I must have to set up
something in LM

doug







- Original Message -
From: Christopher Molnar [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, February 19, 2001 1:02 PM
Subject: Re: [newbie] FTP


 On Monday 19 February 2001 12:47, you wrote:
  I have a L-M 7.2 at 192.168.101
  and NT 4.0 at 192.168.1.100
  and linksys at 192.168.1.1
 
  I don't have samba running.
  ftp is there an each end.

 OK

 
  How do I get ftp to connect?
 

 You can by default ftp from the Windows box, to the Linux box as long as
you
 have a user ID setup on the linux box.

 In IE try: ftp:[EMAIL PROTECTED]

  Do I have to set up some accounts?

 Yes, you can not do this by default as root.

  do I have to start a FTP server?
 

 Should be started by default. Try the above and see what you get.

 -Chris






Re: [newbie] FTP

2001-02-19 Thread Douglas stewart


- Original Message -
From: Altoine B. [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, February 19, 2001 5:58 PM
Subject: Re: [newbie] FTP


 Douglas stewart wrote:
 
  I get
 
  A network error has occurred while Netscape
  was receiving data.
  (Network Error:)
 
  Try connecting again.
 
  I then tried  from a command prompt window in NT
 
  ftp 192.168.1.101
  connected to 192.168.1.101
  ( there was a 5 second delay then)
  Connection closed by remote host.
 
  This would indicate that they are talking but I must have to set up
  something in LM
 
  doug
 
  - Original Message -
  From: Christopher Molnar [EMAIL PROTECTED]
  To: [EMAIL PROTECTED]
  Sent: Monday, February 19, 2001 1:02 PM
  Subject: Re: [newbie] FTP
 
   On Monday 19 February 2001 12:47, you wrote:
I have a L-M 7.2 at 192.168.101
and NT 4.0 at 192.168.1.100
and linksys at 192.168.1.1
   
I don't have samba running.
ftp is there an each end.
  
   OK
  
   
How do I get ftp to connect?
   
  
   You can by default ftp from the Windows box, to the Linux box as long
as
  you
   have a user ID setup on the linux box.
  
   In IE try: ftp:[EMAIL PROTECTED]
  
Do I have to set up some accounts?
  
   Yes, you can not do this by default as root.
  
do I have to start a FTP server?
   
  
   Should be started by default. Try the above and see what you get.
  
   -Chris
  
 

 what is in your /etc/hosts.allow and /etc/hosts.deny?


My hosts.allow and hosts.deny are both just comments.
#
#  some words
#
etc.

Doug






Re: [newbie] FTP

2001-02-19 Thread Douglas stewart

Thanks. I did use my "doug" username ie:
I tried
[EMAIL PROTECTED] and
I made a dougftp user with ftp rights
[EMAIL PROTECTED]

I normally log in as doug.
Thanks
doug


- Original Message - 
From: Dale Kosan [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, February 19, 2001 2:56 PM
Subject: Re: [newbie] FTP


 ftp:[EMAIL PROTECTED]  you must specify a user that has an
 account on the Linux box or set-up anon ftp...
 
 





Re: [newbie] FTP Server(Revised)

2001-02-19 Thread Douglas stewart

Thanks, It was on my CD I just didn't know what I was looking for.
I am installing it now and will let you know how it goes.
Doug

- Original Message -
From: Altoine B. [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, February 19, 2001 10:11 PM
Subject: Re: [newbie] FTP Server(Revised)


 
  Doug here again
  how do you install the ftp server
 

 I'm glad you asked.


ftp://ftp.twoguys.org/pub/linux/distributions/mandrake/7.2/i586/Mandrake/RPM
S/wu-ftpd-2.6.1-7mdk.i586.rpm

 that should download the needed server rpm. It should automatically add
 itself to your startup after installation. Just try to access it this
 time. If you want to be able to make anonymous connections, you will
 have to configure it for that. Use liloconf as it is now in there to be
 configured (I think). It has been a long while since I've used liloconf.

 --



   .--. `
   |__| .---.   Altoine Barker
   |=.| |.-.|   Maximum Time, Inc
   |--| ||$SEND||   Chicago Based Enterprise
   |  | |'-'|   http://www.maximumtime.com
   |__|~')_('






Re: [newbie] FTP Server(Revised) Success!!!

2001-02-19 Thread Douglas stewart

The conclusion! Success!
I had to install
python
xinetd
wu-ftpd

and now it works.

Thanks very much to all that responded :-
Doug Stewart



- Original Message -
From: Douglas stewart [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, February 19, 2001 10:43 PM
Subject: Re: [newbie] FTP Server(Revised)


 Thanks, It was on my CD I just didn't know what I was looking for.
 I am installing it now and will let you know how it goes.
 Doug

 - Original Message -
 From: Altoine B. [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Monday, February 19, 2001 10:11 PM
 Subject: Re: [newbie] FTP Server(Revised)


  
   Doug here again
   how do you install the ftp server
  
 
  I'm glad you asked.
 
 

ftp://ftp.twoguys.org/pub/linux/distributions/mandrake/7.2/i586/Mandrake/RPM
 S/wu-ftpd-2.6.1-7mdk.i586.rpm
 
  that should download the needed server rpm. It should automatically add
  itself to your startup after installation. Just try to access it this
  time. If you want to be able to make anonymous connections, you will
  have to configure it for that. Use liloconf as it is now in there to be
  configured (I think). It has been a long while since I've used liloconf.
 
  --
 
 
 
.--. `
|__| .---.   Altoine Barker
|=.| |.-.|   Maximum Time, Inc
|--| ||$SEND||   Chicago Based Enterprise
|  | |'-'|   http://www.maximumtime.com
|__|~')_('