cURL / Mailing Lists / curl-users / Single Mail

curl-users

RE: Using the FILE protocol

From: Daniel Stenberg <daniel-curl_at_haxx.se>
Date: Fri, 24 Jun 2005 07:17:47 +0200 (CEST)

On Fri, 24 Jun 2005, Merlin the Wizard wrote:

> Dan, "curl -C - -O file:/<drive>:/path/file seemed to work.

...

> I still could not use //server/path/file. Any more ideas? Anybody?

Dan showed you two ways the FILE URL can be used that curl supports. The
syntax you describe, which I guess you mean is "file://server/path/file", is
one of those he suggested. curl simply ignorers the "server" part in there,
since there's no standard or spec describing how such a server is to be
accessed.

I assume you wanted it to connect to a windows server doing SMB by magic or
similar, but that's not something curl does.

-- 
  Commercial curl and libcurl Technical Support: http://haxx.se/curl.html
Received on 2005-06-24