lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: lynx-dev Can't access FTP server


From: Thomas Dickey
Subject: Re: lynx-dev Can't access FTP server
Date: Fri, 24 May 2002 07:37:03 -0400
User-agent: Mutt/1.2.5i

On Fri, May 24, 2002 at 12:19:13PM +0100, Ian Collier wrote:
> On Fri, May 24, 2002 at 07:16:21AM -0400, Thomas Dickey wrote:
> > w3m is connecting without using a PORT command.  I don't see any clues in
> > the strace, but see it going directly to PASV.
> 
> Obviously the PORT command doesn't apply if you transfer in passive mode.
> 
> It might make sense for Lynx to use passive mode, given that the
> popular web browsers do.  (Also these days when you install Linux
> you'll probably get asked if you want a firewall, and non-passive
> ftp is quite likely to stop working if you say yes.)

something like that.  But trying with FTP_PASSIVE set, I still cannot
connect.   There was a report related to this several months ago, iirc
lynx did not connect where ncftp did (ncftp assumed passive mode).  I've
seen some other report (iirc on Debian) to the effect that lynx is not
working properly for some odd case of very short timeout.  That may be
related.

Making FTP connection to ftp.franken.de
TCP: Error 115 in `SOCKET_ERRNO' after call to this socket's first connect() 
failed.
        Operation now in progress
TCP: Error 115 in `SOCKET_ERRNO' after call to this socket's first select() 
failed.
        Operation now in progress
FTP connected, socket 5  control 0x8291420
    Rx: 220-
Adding message to help cache: 

    Rx:     __________________________________________
    Rx:      _______   /    _/  /       /  ______/ ____
    Rx:       _____   /  _/    /_/     /  /      _______
    Rx:        ___   /_/      /  _/   /  /___/ __________
    Rx:      ____   /  _/    /    _/ /  /   ___________
    Rx:    _____  _/    _/ _/      _/ _/ ____________           
Kommunikationsnetz
    Rx:  __________________________________________                    Franken 
e.V.
    Rx:  
    Rx:  
    Rx:  Willkommen auf dem FTP-Server des KommunikationsNetz Franken e.V.
    Rx:  
    Rx:  
    Rx:  Bei Problemen mit der Benutzung dieses Server bitte Mail an:
    Rx:  
    Rx:      address@hidden
    Rx:  
    Rx:  Viel Spass !
    Rx: 220 ProFTPD 1.2.5rc1 Server (KNF ftp Server) [ilsa.franken.de]
  Tx: USER anonymous
    Rx: 331 Anonymous login ok, send your complete email address as your 
password.
  Tx: PASS address@hidden (Thomas Dickey)
    Rx: 230 Anonymous access granted, restrictions apply.
HTFTP: Logged in.
  Tx: SYST
    Rx: 215 UNIX Type: L8
HTFTP: Treating as Unix server.
  Tx: PASV
    Rx: 227 Entering Passive Mode (193,175,24,42,15,45).
HTFTP: Server is listening on port 3885
HTParse: aName:`ftp://193.175.24.42:3885/'
   relatedName:`'
HTParse:      result:193.175.24.42:3885
Looking up 193.175.24.42:3885
HTParseInet: parsing `193.175.24.42:3885'.
HTParseInet: Parsed address as port 3885, IP address 193.175.24.42
Making FTP data connection to 193.175.24.42:3885
TCP: Error 115 in `SOCKET_ERRNO' after call to this socket's first connect() 
failed.
        Operation now in progress
TCP: Error 115 in `SOCKET_ERRNO' after call to this socket's first select() 
failed.
        Operation now in progress
FTP data connected, socket 6
HTParse: aName:`ftp://ftp.franken.de/'
   relatedName:`'
HTParse: (ABS)
HTParse:      result:/
HTFTP: UnEscaped /
  Tx: RETR /
    Rx: 550 /: Not a regular file
  Tx: CWD /
    Rx: 250 CWD command successful.
  Tx: LIST
Error on rx: closing socket 5
HTFTP: Closing control socket 5
HTAccess:  status=-1
Can't Access `ftp://ftp.franken.de/'
HTAccess: Can't access `ftp://ftp.franken.de/'

Alert!: Unable to access document.

-- 
Thomas E. Dickey <address@hidden>
http://invisible-island.net
ftp://invisible-island.net

; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to address@hidden

reply via email to

[Prev in Thread] Current Thread [Next in Thread]