LOAD-THRU

REBOL Dictionary 2.0


Summary:

Load a net file from the disk cache.

Usage:

load-thru url

Arguments:

url - The url argument. (must be: url file)

Refinements:

/update - Force update from source site

/binary - Force binary mode, otherwise expects REBOL data or code.

/to - Specify local file target.

local-file - The local-file argument. (must be: file none)

/all - Return block with REBOL script including unevaluated header (safe mode).

/expand - Auto-decompress after transfer.

/check - Update only if date/size do not match.

info - The info argument. (must be: block logic none)

Description:

More information to be provided in future revisions of this document.

 


Return to Dictionary Index

Copyright 2003 REBOL Technologies