David

For resuming http downloads, take a look at using the Range header in the httpHeaders. It would look something like this (untried):

  set the httpHeaders to "Range: bytes=1000-1999"

where 1000 is the start offset in the file, and 1999 is the end offset.

Alternatively, you should be able to use a CGI or other server side process to do this.

For FTP, I don't think this is possible currently with libUrl. I have done it before using a separate FTP library, but this is in an unfinished and messy state. If you're interested, let me know and I'll see if I can dig it out.

Cheers
Dave

_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to