I sneakernet some PCs
For the BUFF-IN file here is what I do:
Internet Connected PC
1. Stop the client
2. rename the buff-in.rc5 file to buff-inz.rc5 (or something)
3. change the DNETC.INI file to retrieve the maximum # of blocks
[rc5]
preferred-blocksize=33
fetch-workunit-threshold=32000
4. do a fetch: DNETC -FETCH
5. rename the BUFF-IN.RC5 file to BUFF-INA.RC5
6. repeat steps 4 & 5 (incrementing the naming BUFF-INB.RC5....)
7. change the DNETC.INI parm fetch-workunit-threshold back to what it was
8. rename the original in buff BUFF-INZ.RC5 back to BUFF-IN.RC5
9. start up the client
10. Copy the BUFF-INA.RC5 through BUFF-INx.RC5 to a floppy
No Internet Connection PC
1. copy the BUFF-INA.RC5 through BUFF-INx.RC5 to the dnet directory
2. run the command DNETC -IMPORT BUFF-INA.RC5
3. repeat #2 for each BUFF-INx.RC5 that you have
For the BUFF-OUT.RC5 here's what I do:
1. Rename the BUFF-OUT.RC5 file to BUFF-OUTA.RC5 and move to a floppy
2. Copy or move the BUFF-OUTA.RC5 file from the floppy to the Internet Connected PC's DNET directory
3. run the command DNETC -IMPORT BUFF-OUTA.RC5
4. Flush the output buffers if you want, but if the out buffer you imported exceeds the set threshold, it will flush automatically
The import command works for both input buffers and output buffers, so you don't have to overwrite them, and possibly lose blocks.