From owner-freebsd-questions Wed May 31 13:31:28 1995 Return-Path: questions-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id NAA22370 for questions-outgoing; Wed, 31 May 1995 13:31:28 -0700 Received: from halloran-eldar.lcs.mit.edu (halloran-eldar.lcs.mit.edu [18.26.0.159]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id NAA22316 for ; Wed, 31 May 1995 13:31:12 -0700 Received: by halloran-eldar.lcs.mit.edu; (5.65/1.1.3.6) id AA08526; Wed, 31 May 1995 16:31:02 -0400 Date: Wed, 31 May 1995 16:31:02 -0400 From: Garrett Wollman Message-Id: <9505312031.AA08526@halloran-eldar.lcs.mit.edu> To: adrian@virginia.edu Cc: FreeBSD Questions List Subject: ftp'ing a tar onto tape? In-Reply-To: References: Sender: questions-owner@FreeBSD.org Precedence: bulk < said: ftp> get docs.tar /dev/nrst0 You can't do this. > st0: 10752-byte record too big > tar: read error on /dev/nrst0: Input/output error and this is why. Try: ftp> get docs.tar |"dd of=/dev/nrst0 bs=20b" > Is there some way to controll the blocking from the ftp server, > so that this works? It's not the FTP server's responsibility, it's your client which is doing the writing as best it can (but that's not good enough since ftp was not designed to write to tapes). -GAWollman -- Garrett A. Wollman | Shashish is simple, it's discreet, it's brief. ... wollman@lcs.mit.edu | Shashish is the bonding of hearts in spite of distance. Opinions not those of| It is a bond more powerful than absence. We like people MIT, LCS, ANA, or NSA| who like Shashish. - Claude McKenzie + Florent Vollant