curl-library
Re: cURL 'make test' fails on OpenBSD on PASV
From: Daniel Stenberg <daniel_at_haxx.se>
Date: Mon, 10 Sep 2001 11:24:24 +0200 (MET DST)
Date: Mon, 10 Sep 2001 11:24:24 +0200 (MET DST)
On Mon, 10 Sep 2001, Heikki Korpela wrote:
> I'll test cURL 7.8.1 when I get back from work.
To make sure that the ftp server is working correctly for you, try running it
stand-alone and use your ftp client to issue the 'LIST' ('dir' in a solaris
ftp client makes it). Oh, right, enable passive mode first (might be -p, my
crappy old solaris version has no such option):
% perl ftpserver.pl &
% ftp -p localhost 8921
You can enter anything for name and password, there's no check on what you
enter.
If it does work with the ordinary ftp client, the output from 'curl -v
ftp://localhost:8921/' would be very interesting to see.
-- Daniel Stenberg -- curl groks URLs -- http://curl.haxx.se/Received on 2001-09-10