Re: get file via tftp and write to filesystem, get length of tftp transfer

2021-12-01 Thread Elmar Psilog
On Tue, Nov 30, 2021 at 07:51:28AM +0100, Elmar Psilog wrote: Hello, is it possible to download a file via network (tftp) and write it to a filesystem as ext4? This looks like a combination of tftpboot and ext4write but how to get sizebytes? I don't find how to get the length information

Re: get file via tftp and write to filesystem, get length of tftp transfer

2021-12-01 Thread Tom Rini
On Wed, Dec 01, 2021 at 02:58:05PM +0100, Elmar Psilog wrote: > > > On Tue, Nov 30, 2021 at 07:51:28AM +0100, Elmar Psilog wrote: > > > > > Hello, is it possible to download a file via network (tftp) and write it > > > to a filesystem as ext4? This looks like a combination of > > > tftpboot and

Re: get file via tftp and write to filesystem, get length of tftp transfer

2021-11-30 Thread Tom Rini
On Tue, Nov 30, 2021 at 07:51:28AM +0100, Elmar Psilog wrote: > Hello, is it possible to download a file via network (tftp) and write it > to a filesystem as ext4? This looks like a combination of > tftpboot and ext4write but how to get sizebytes? > I don't find how to get the length information

get file via tftp and write to filesystem, get length of tftp transfer

2021-11-30 Thread Elmar Psilog
Hello, is it possible to download a file via network (tftp) and write it to a filesystem as ext4? This looks like a combination of tftpboot and ext4write but how to get sizebytes? I don't find how to get the length information from tftpboot into a variable - it seems to me only displayed on