On 23/11/05, Olivier Cherrier <[EMAIL PROTECTED]> wrote:
> You can download and upload files using ftp(1).
> I use to do it since OpenBSD 2.9, using standard floppies.


i think he wants to do something like

ftp -u /tmp/thingy ftp://myserver/pub/incoming/dmesg.txt
to upload /tmp/thingy to myserver, or

dd if=/dev/wd0c bs=256k | ftp -u - ftp://myserver/pub/incoming/wd0c.img
to send a disk image someplace.

more than once i've built static copies of nc and brought them into
the ramdisk with ftp just so that i could send disk images out...

--
GDB has a 'break' feature; why doesn't it have 'fix' too?

Reply via email to