This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: inetd anonymous ftp access


all i can do now is compare my settings to yours and see whats different.
I enabled the guest account
my guest user (renamed to ftp) looks like this in /etc/passwd

ftp:unused_by_nt/2000/xp:501:513:U-JHARY\Guest,S-1-5-21-1417001333-413027322
-725345543-501:/home/ftp:/bin/false

only real difference being the shell, which i have set to false as a
security measure (stops people getting in by telnet/ssh/etc as guest/ftp)

ls -l /home  gives 
drwxr-xr-x+   5 Vince.Ho Administ        0 Mar 20 18:27 ftp/

the relevant bit in my inetd.conf is 
ftp     stream  tcp     nowait  root    /usr/sbin/in.ftpd in.ftpd 

if none of this helps, check that your mounts are system mounts. 
umm thats all i can think of.

> -----Original Message-----
> From: Vito [mailto:vito at digitalbrothers dot it]
> Sent: 20 March 2003 17:54
> To: Vince Hoffman; cygwin at cygwin dot com
> Subject: Re: inetd anonymous ftp access
> 
> 
> hi, thanks for your suggestion.
> 
> sorry but nothing seems to work for me! :(
> 
> This is my entry in the /etc/passwd file
> 
> ftp::501:513:U-Guest,S-1-5-21-1606980848-1677128483-1343024091
> -501:/home/ftp
> :/bin/bash
> 
> with this entry, i'm able to telnet with user "ftp", but for 
> ftp "nada de
> nada" :(
> 
> i have tried with both Guest user enabled/disabled 
> with/without password
> 
> please HEEEELP MEEEEEE
> ----- Original Message -----
> From: "Vince Hoffman" <Vince dot Hoffman at uk dot circle dot com>
> To: "'Vito'" <vito at digitalbrothers dot it>; "Vince Hoffman"
> <Vince dot Hoffman at uk dot circle dot com>; <cygwin at cygwin dot com>
> Sent: Thursday, March 20, 2003 3:46 PM
> Subject: RE: inetd anonymous ftp access
> 
> 
> > oops ok try the instructions in
> > /usr/doc/Cygwin/inetutils/inetutils-1.3.2.README
> > this worked for me (although i had to (briefly) enable the 
> guest account
> and
> > modify the /etc/passwd entry as my security setting wouldnt 
> allow my ftp
> > user to have a blank password ;)
> >
> > > -----Original Message-----
> > > From: Vito [mailto:vito at digitalbrothers dot it]
> > > Sent: 20 March 2003 13:55
> > > To: Vince Hoffman; cygwin at cygwin dot com
> > > Subject: Re: inetd anonymous ftp access
> > >
> > >
> > > i have tried all, but still having problems with anonymous access
> > > created an ftp user under winXP
> > > added it to the /etc/passwd file
> > > created the home for ftp in /home/ftp
> > > deleted the entries from /etc/ftpusers
> > > but when i try anonymous access i get the following messages:
> > >
> > > $ ftp localhost
> > > Connected to server.
> > > 220-
> > > 220- Benvenuto su ftp.domain.com.
> > > 220- Attenzione a dove metti le mani! :D
> > > 220-
> > > 220 domain FTP server (GNU inetutils 1.3.2) ready.
> > > Name (localhost:ipazzo): anonymous
> > > 331 Guest login ok, send your complete e-mail address as password.
> > > Password:
> > > 530 Login incorrect.
> > > ftp: Login failed.
> > > Remote system type is UNIX.
> > > Using binary mode to transfer files.
> > > ftp>
> > >
> > > ----- Original Message -----
> > > From: "Vince Hoffman" <Vince dot Hoffman at uk dot circle dot com>
> > > To: "'Vito'" <vito at digitalbrothers dot it>; <cygwin at cygwin dot com>
> > > Sent: Thursday, March 20, 2003 1:36 PM
> > > Subject: RE: inetd anonymous ftp access
> > >
> > >
> > > > man ftpd
> > > > specificly the bit on authentication
> > > >
> > > > > -----Original Message-----
> > > > > From: Vito [mailto:vito at digitalbrothers dot it]
> > > > > Sent: 20 March 2003 12:33
> > > > > To: cygwin at cygwin dot com
> > > > > Subject: inetd anonymous ftp access
> > > > >
> > > > >
> > > > > how to configure inetd to allow anonymous ftp access 
> under windows
> > > > > nt/2000/xp ?
> > > > >
> > > > > Grazie,
> > > > > ipazzo at digitalbrothers dot it
> > > > >
> > > > >
> > > > >
> > > > > --
> > > > > Unsubscribe info:      
> http://cygwin.com/ml/#unsubscribe-simple
> > > > > Bug reporting:         http://cygwin.com/bugs.html
> > > > > Documentation:         http://cygwin.com/docs.html
> > > > > FAQ:                   http://cygwin.com/faq/
> > > > >
> > > >
> > > >
> > >
> > >
> >
> > --
> > Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
> > Bug reporting:         http://cygwin.com/bugs.html
> > Documentation:         http://cygwin.com/docs.html
> > FAQ:                   http://cygwin.com/faq/
> >
> >
> >
> 
> 

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]