[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Downloading a file from a URL from the web with http-get
From: |
Mike Gran |
Subject: |
Re: Downloading a file from a URL from the web with http-get |
Date: |
Fri, 15 Aug 2014 13:46:46 -0700 |
> On Friday, August 15, 2014 11:16 AM, 白熊 <address@hidden> wrote:
> Is there a way to use similar syntax to download ftp files?
> I can successfully download only http:// files this way.
I don't know if anyone has a pure Scheme code solution to handle FTP.
There was once a binding to the libcurl library that could do FTP and TFTP,
but it would requiring compiling and installing a binary extension. So, it
is not very convenient. But, there's some info here:
http://www.lonelycactus.com/guile-curl.html
I haven't tried it lately, though.
-Mike
>
> --
> 白熊
>