[racket] ftp connexion

From: Neil Van Dyke (neil at neilvandyke.org)
Date: Sat Oct 16 09:08:14 EDT 2010

Do you mean how to upload files from Racket via FTP?

I don't see any documentation about uploading in 
"http://docs.racket-lang.org/net/ftp.html".  Nor do I see any code for 
upload in "collects/net/ftp-unit.rkt".

I think that you would probably have to write an "ftp-upload-file" 
procedure yourself.  Or perhaps you can use HTTP uploading instead of 
FTP.  (FTP is actually a messy protocol.)

-- 
http://www.neilvandyke.org/


Posted on the users mailing list.