Re: File transfer using ftp from bsd.rd booted system

2023-08-31 Thread Charlie Jones
On Aug 28 06:34:01, Jan Stary wrote: >On Aug 27 22:56:59, ch...@mailfence.com wrote: >> I would like be able to transfer files over ethernet from a system >> that has been booted from bsd.rd > >Why do you need that? > >(The only case where I want to have files from a bsd.rd boot >is a dme

Re: File transfer using ftp from bsd.rd booted system

2023-08-27 Thread Jan Stary
On Aug 27 22:56:59, ch...@mailfence.com wrote: > I would like be able to transfer files over ethernet from a system > that has been booted from bsd.rd Why do you need that? (The only case where I want to have files from a bsd.rd boot is a dmesg of a machine I am looking at, without installing. Wh

Re: File transfer using ftp from bsd.rd booted system

2023-08-27 Thread Theo de Raadt
The interactive mode of the ftp client is not compiled into the install media. But, the non-interactive mode is there, so you can use -o to download files. However, you seem to want to push files out. That support is also compiled out. These things are missing because if they remained, the inst