Date : Thu, 12 Oct 2006 15:57:41
From : "Wright, Chris" <Chris.Wright@...>
Subject: Re: DISC to NET file copies
Presumably using BGET#, BPUT# ? I had a quick go at something like that,
but it was very slow!
-----Original Message-----
From: Majordomo List Manager [mailto:majordomo@...] On Behalf
Of Chris Johns
Sent: 12 October 2006 14:34
To: BBC Micro Mailing List
Subject: Re: [BBC-Micro] DISC to NET file copies
On Thu, 12 Oct 2006, Wright, Chris wrote:
> I feel a bit of an amateur asking this, but.....
> How do you transfer a large-ish file from a DFS Beeb, across econet,
to
> a an account on another Beeb running fileserver level 2 ?
> The file is 80k, therefore too large to fit in memory, but even if it
> could I am not convinced that level 2 even supports *SAVE anyway!
> So far have tried the copy utility on the Master welcome disk and this
> does not seem to work.
Select source filing system, OPENIN the file on the source.
Select destination filing system, OPENOUT new file on the target.
Read in some data from source, write it out to target, keep going until
you reach the EOF.
Close files.
I think the SJ util "copier" would do what you want. Came with the MDFS,
but works for any filing system.
I'm not sure is *move on a master would do it, as I've never used it.
Does *move also delete the old file, as its name would suggest?
Cheers
Chris
--
Chris Johns <chris@... >