This is the mail archive of the cygwin 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: anonymous access failing with lftp


> On both 32 and 64bit I see lftp stalling on anoymous access
> 
> $ uname -a
> CYGWIN_NT-6.1-WOW64 GE-MATZERI-EU 1.7.30(0.272/5/3) 2014-05-23 10:36 
> i686 Cygwin
> 
> marco@GE-MATZERI-EU ~/.lftp
> $ lftp --version
> LFTP | Version 4.4.16 | Copyright (c) 1996-2014 Alexander V. Lukyanov
> 
> $ lftp alpha.gnu.org
> lftp alpha.gnu.org:~> ls
> Interrupt
> lftp alpha.gnu.org:~>
> 
> while
> 
> C:\Temp>ftp
> ftp> open alpha.gnu.org
> Connected to alpha.gnu.org.
> 220 GNU alpha FTP server ready.
> User (alpha.gnu.org:(none)): anonymous
> 230 Login successful.
> ftp> ls
> 200 PORT command successful. Consider using PASV.
> 150 Here comes the directory listing.
> MISSING-FILES
> MISSING-FILES.README
> before-2003-08-01.md5sums.asc
> gnu
> pub
> 226 Directory send OK.
> ftp: 78 bytes received in 0.00Seconds 78000.00Kbytes/sec.
> ftp>
> 
> Ideas ?

Hm, no.  I can't reproduce the problem here:

$$ lftp --version
LFTP | Version 4.4.16 | Copyright (c) 1996-2014 Alexander V. Lukyanov

$ lftp alpha.gnu.org
lftp alpha.gnu.org:~> ls
-rw-r--r--    1 0        0             416 Aug 13  2003 MISSING-FILES
-rw-r--r--    2 0        0            4178 Aug 13  2003 MISSING-FILES.README
-rw-r--r--    1 0        0           30907 Aug 21  2003 before-2003-08-01.md5sums.asc
drwxrwxr-x  108 0        3003         4096 Feb 03 01:10 gnu
lrwxrwxrwx    1 0        0               1 Aug 18  2003 pub -> .
lftp alpha.gnu.org:/> 

If the problem persists, please send output of cygcheck -svr.  

Version 4.5.2 is out, I'll package and upload that and see if it helps.  The upstream changelog doesn't mention any
fixes about anonymous access.

Andrew


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


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