Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Oct 2002 00:11:57 +0100
From:      Daniel Bye <dan@slightlystrange.org>
To:        freebsd-questions@freebsd.org
Subject:   Re: how do I ftp a large file ?
Message-ID:  <20021013231156.GA52483@catflap.home.slightlystrange.org>
In-Reply-To: <F35SKblyHT4fa6HLcS20001144a@hotmail.com>
References:  <F35SKblyHT4fa6HLcS20001144a@hotmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Oct 13, 2002 at 02:15:23AM -0700, Firsto Lasto wrote:
> I have a 2gig file and a 6gig file on a linux system, and I am trying to 
> move them to a freebsd machine.
> 
> I have tried both scp and ftp and in both cases I get:
> 
> "File too large"
> 
> So, how should I transfer large files between unix systems ?

This sounds like a job for split(1)...  Dunno if your Linux distro offers
a split command, but if so use that to break the file into little pieces,
transfer them to the other host then use cat(1) to join the bits together
again.

HTH

Dan

-- 
Daniel Bye

PGP Key: ftp://ftp.slightlystrange.org/pgpkey/dan.asc
PGP Key fingerprint: 3D73 AF47 D448 C5CA 88B4 0DCF 849C 1C33 3C48 2CDC
                                                                     _
                                              ASCII ribbon campaign ( )
                                         - against HTML, vCards and  X
                                - proprietary attachments in e-mail / \

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021013231156.GA52483>