[racket] FTP strange behavior

From: Eduardo Bellani (ebellani at gmail.com)
Date: Wed Feb 16 15:26:48 EST 2011

On 02/16/2011 05:32 PM, Eduardo Bellani wrote:
> ;; wget ftp://download.intel.com/research/silicon/moorespaper.pdf #works
> 
> (require net/ftp)
> 
> (define conn (ftp-establish-connection "download.intel.com" 21
> "anonymous" ""))
> 
> (ftp-cd conn "/research/silicon")
> 
> (ftp-download-file conn "/home/X" "moorespaper.pdf")
Well, I got this error

ftp: exected result code 150, got 125 Data connection already open;
Transfer starting.

My version of racket is

racket --version
Welcome to Racket v5.1.

I'll try this at a different network and with wireshark soon, I'll post
about the details.

Thanks again for the attention.

-- 
Eduardo Bellani

omnia mutantur, nihil interit.


Posted on the users mailing list.