Re: Anonymous FTP RH6.0

2000-09-07 Thread John Aldrich
On Thu, 07 Sep 2000, Vidiot wrote: > > Oh wait, you want to use a web browser to configure your FTP. The phrasing > of the question led me to believe that you wanted to turn on/off access > to anonymous ftp by users of web browsers. > > I'm not sure that can be done either. There may be a thir

Re: Anonymous FTP RH6.0

2000-09-07 Thread Vidiot
Scott posted: >In Redhat 6.0, where do I configure (turn off/on) anonymous FTP via a web >browser? Let me get this right. You want to turn off anonymous FTP for browsers, but still let anonymous FTP work for connections like telnet, ncftp, etc? As far as I know, it is an all or none situation.

RE: anonymous ftp - a new twist FIXED - (sort of)

2000-06-12 Thread Burke, Thomas G.
Ya, it's installed... It works after the error message, I'm just curious what's up with that error message is all. > -Original Message- > From: John Aldrich [SMTP:[EMAIL PROTECTED]] > Sent: Monday, June 12, 2000 1:31 PM > To: [EMAIL PROTECTED] > Subject:

RE: anonymous ftp - a new twist FIXED - (sort of)

2000-06-12 Thread John Aldrich
On Mon, 12 Jun 2000, Burke, Thomas G. wrote: > Ooops! Forgot to restart inetd... > > Still have an error, tho: > > ftp localhost > Connected to localhost.localdomain. > 421 Service not available, remote server has closed connection > > ftp (myhostname) > *pregnant pause* > then an error showed

RE: anonymous ftp - a new twist FIXED - (sort of)

2000-06-12 Thread Burke, Thomas G.
blah blah (sorry, I can't remember it, now) > -Original Message- > From: Alan Mead [SMTP:[EMAIL PROTECTED]] > Sent: Monday, June 12, 2000 11:57 AM > To: [EMAIL PROTECTED] > Subject: RE: anonymous ftp - a new twist > > At 10:19 AM 6/12/00 , you wrote: > >

RE: anonymous ftp - a new twist

2000-06-12 Thread Alan Mead
At 10:19 AM 6/12/00 , you wrote: >Telnetted, same message "telnet: Unable to connect to remote host: >Connection refused" Is there anything in your logs? Probably just a notice, but you can check. >Checked services... ftp _is_ in there... > >ps -ef |grep inetd tells me inetd is running... And

RE: anonymous ftp - a new twist

2000-06-12 Thread Burke, Thomas G.
CTED]] > Sent: Monday, June 12, 2000 11:44 AM > To: [EMAIL PROTECTED] > Subject: Re: anonymous ftp - a new twist > > well just to check the service > try: > telnet localhost 21 > this is telneting onto the ftp port, which gives some idea about the > problem. &

Re: anonymous ftp - a new twist

2000-06-12 Thread G. T. Francisco
On Mon, Jun 12, 2000 at 08:31:42AM -0400, Burke, Thomas G. said: > OK, I disabled my firewall rules, disabled portsentry, logged in to the > machine and typed "ftp localhost". > > Response from the machine: "ftp: connect: connectin refused" > > I checked inetd.conf, and ftp is not commented out.

RE: anonymous ftp

2000-06-12 Thread Burke, Thomas G.
How do I go about that? What is the difference in the html coding that allows the file download? > -Original Message- > From: Nitebirdz [SMTP:[EMAIL PROTECTED]] > Sent: Sunday, June 11, 2000 2:06 PM > To: '[EMAIL PROTECTED]' > Subject: Re: anonymous ft

Re: anonymous ftp

2000-06-11 Thread Nitebirdz
On Fri, 9 Jun 2000, Burke, Thomas G. wrote: > I am trying to allow downloads from my web site, but it seems that i cannot > ftp into the site... I dunno what's going on at the moment, but it appears > that I can't even ftp in as me... > > What steps do I need to take to set up ftp - for both us

Re: anonymous ftp upload on RH 6.1

1999-11-17 Thread John D. Hardin
On Wed, 17 Nov 1999, steven knight wrote: > On Wed, 17 Nov 1999, John D. Hardin wrote: > > > On Wed, 17 Nov 1999, steven knight <[EMAIL PROTECTED]> > > wrote: > > > > > I am trying to setup a directory for anonymous > > > ftp upload. I have a directory in /home/ftp/pub > > > called incoming.

Re: anonymous ftp upload on RH 6.1

1999-11-17 Thread Stephen King
Set the incoming dir to write, but not read. They can upload, but not see anything to download. It's mildly annoying for ligit users, but reduces the chances of getting your line and drives saturated. At 04:10 PM 11/17/1999 -0800, you wrote: >On Wed, 17 Nov 1999, steven knight <[EMAIL PROTECTED

Re: anonymous ftp upload on RH 6.1

1999-11-17 Thread John D. Hardin
On Wed, 17 Nov 1999, steven knight <[EMAIL PROTECTED]> wrote: > I am trying to setup a directory for anonymous > ftp upload. I have a directory in /home/ftp/pub > called incoming. I did, > > $ chmod 777 incoming ...what does your uni think about hosting warez sites? Not that that's your i

Re: anonymous ftp upload on RH 6.1

1999-01-16 Thread Leonid Mamtchenkov
Hello John D. Hardin, Once you wrote about "Re: anonymous ftp upload on RH 6.1": > > > I am trying to setup a directory for anonymous > > ftp upload. I have a directory in /home/ftp/pub > > called incoming. I did, > > > > $ chmod 777 incom

Re: anonymous ftp problems

1998-04-02 Thread Derek Balling
More correct answer: remove user "ftp" from /etc/passwd On Thu, 2 Apr 1998, ramon wrote: > > The problem is now that I'd only want to give access to REAL users but > > when I edit ftpaccess -file deleting the anonymous from class > > specification I can't login as a real user anymore. > > edit

Re: anonymous ftp problems

1998-04-02 Thread ramon
> The problem is now that I'd only want to give access to REAL users but > when I edit ftpaccess -file deleting the anonymous from class > specification I can't login as a real user anymore. edit the /etc/ftpusers file and add anonymous at the end of the list. That will stop all anonymous ftp acc