Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Date: Thu, 20 Jun 2002 18:14:20 +0200 From: Corinna Vinschen To: cygwin AT cygwin DOT com Subject: Re: OpenSSH 3.1p1 scp problem with large files Message-ID: <20020620181420.B22705@cygbert.vinschen.de> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: <9673-Thu20Jun2002155629+0100-starksb AT ebi DOT ac DOT uk> <20020620151633 DOT 97650 DOT qmail AT web21005 DOT mail DOT yahoo DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020620151633.97650.qmail@web21005.mail.yahoo.com> User-Agent: Mutt/1.3.22.1i On Thu, Jun 20, 2002 at 08:16:33AM -0700, Nicholas Wourms wrote: > > --- David Starks-Browning wrote: > > On Wednesday 19 Jun 02, Eugene Cheng writes: > > > Hello, > > > > > > I have problems scp'ing files >1GB from a Windows2000 box running > > OpenSSH > > > 3.1p1 under Cygwin. It copies some small percentage of the file and > > then > > > dies with a "Lost connection". The remote box is a SUN box running > > > Solaris 8 with OpenSSH. My test file is 9GB in size and I have gotten > > 670MB > > > of the file copied at the most. Could this be related to the df > > mis-reporting > > > bug? > > > > > > The file copies ok to other systems, just not to this Cygwin box. I've > > tried > > > multiple versions of OpenSSH without success. > > > > Cygwin does not support "large files" (> 2GB?). Sorry. > > > Although, > > I've been watching with great anticipation as Corinna has added some > framework for LFS (large file support) under Cygwin. This can be seen by > the 64bit typedefs for off_t and dev_t in /usr/include/cygwin/types.h. Of > course it is ifdef'ed so that these can't be used (yet). A ray of hope? > Possibly... Yeah. However, I could need some help here. Still missing is support for a 64 bit fpos_t and since that datatype is used in __sFILE, the FILE functions in newlib have to be tweaked as well. So basically only that newlib stuff hasn't been finished. Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Developer mailto:cygwin AT cygwin DOT com Red Hat, Inc. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/