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. _________________________________________________ For list-related administrative tasks: http://lists.racket-lang.org/listinfo/users

