curl-library
Re: Got a 230 ftp-server response when 220 was expected
From: Daniel Stenberg <daniel_at_haxx.se>
Date: Mon, 18 Feb 2013 23:43:05 +0100 (CET)
Received on 2013-02-18
Date: Mon, 18 Feb 2013 23:43:05 +0100 (CET)
On Mon, 18 Feb 2013, Anders Havn wrote:
> Yes, it looks like the server doesn't send an 220 response. See log
> from filezilla below (anonymous login):
> Status: Connection established, waiting for welcome message...
> Response: 230 User logged in.
Nice log, thanks. What about something like the attached patch as an attempt
to handle the 230 response properly?
-- / daniel.haxx.se
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
- TEXT/x-diff attachment: 0001-ftp_statemach_act-handle-an-init-230-response.patch