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 05/07/2014 12:32, Andrew Schulman wrote:
On both 32 and 64bit I see lftp stalling on anoymous access


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


found the issue.

 $ lftp -d alpha.gnu.org
lftp alpha.gnu.org:~> ls
---- Connecting to alpha.gnu.org (2001:4830:134:3::c) port 21
Interrupt

on my side the ipv6 is not working properly
it is enough to revert to ipv4

lftp alpha.gnu.org:~> set dns:order "inet inet6"
lftp alpha.gnu.org:~> open alpha.gnu.org
---- Resolving host address...
---- 2 addresses found: 208.118.235.21, 2001:4830:134:3::c
lftp alpha.gnu.org:~> ls
---- Connecting to alpha.gnu.org (208.118.235.21) port 21
<--- 220 GNU alpha FTP server ready.
---> FEAT
<--- 211-Features:


Regards
Marco



--
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]