[racket] ftp connexion

From: scouic (scouic at gmail.com)
Date: Sat Oct 16 09:46:04 EDT 2010

thanks.

Before, i'm just trying to write a function 'ftp-upload-file, because it can
serve for many users ..
if i can't do that, i'll post here :)

2010/10/16 Neil Van Dyke <neil at neilvandyke.org>

> 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/
>



-- 
--------------------------------------------------------
site : http://scouic.com
--------------------------------------------------------
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20101016/107f3622/attachment.html>

Posted on the users mailing list.