Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Does REBOL networking support appending to and restarting downloads from some arbitrary point?

0
Posted

Does REBOL networking support appending to and restarting downloads from some arbitrary point?

0

REBOL’s networking supports both appends and restarts on all networking that can be accessed via READ. Here is an example of appending to a previously written file: write/append ftp://some.site data To restart a download from some particular point, use READ/SKIP to designate what point to start downloading from: data: read/skip ftp://some.site/some-file 156’384 The above will start reading some-file at the 156,385th byte.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.