Does REBOL networking support appending to and restarting downloads from some arbitrary point?
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
- Which cable do I use to connect an Access Point to other networking devices? Also, why do Packet Tracer 3.2 files with access points connected to other devices no longer work?
- Does REBOL networking support appending to and restarting downloads from some arbitrary point?
- Does ColorPro support Black Point Compensation?