| |
|
|
|
cURL Mailing List Monthly Index Single Mail
curl-library Mailing List Archives
libcurl doesn't handle responses from some old FTP servers
From: Alistair Campbell <adcingeo_at_hotmail.com>
Date: Fri, 04 Apr 2003 10:49:11 +1000
Hi guys,
I posted this to the feedback board, but Daniel suggested I sent it to the
I've been using libcurl as part of a data warehouse/reporting project for a
One of the FTP servers our system interacts with is an old Netware 3.12 FTP
To get our system to work, I've had to modify the code in lib/ftp.c on my
lib/ftp.c, line 729:
if (ftpcode != 250) {
to
if (ftpcode != 250 && ftpcode != 200) {
I realise now that the FTP server we are accessing is in the wrong, but I
cheers, Al.
_________________________________________________________________
-------------------------------------------------------
These mail archives are generated by hypermail. |
Page updated November 12, 2010.
web site info