[racket] ftp connexion
scouic wrote at 10/16/2010 09:14 AM:
> i have written a bash file (ubuntu) and a batch file (windows) who
> upload my_file.txt on my server. Can i launch, for example in windows,
> ftp-upload.bat via racket for upload my file on my server ?
Yes, you can do that. There are many different procedures you could
use, listed on:
http://docs.racket-lang.org/reference/subprocess.html
One of the easiest is "system*/exit-code". If you find that doesn't do
everything you need, then you can do something more complicated with one
of the other procedures.
--
http://www.neilvandyke.org/