From: Austin S. <te...@of...> - 2008-05-21 18:49:08
|
On Wed, May 21, 2008 at 02:46:23AM -0700, Salvador Fandino wrote: > Hi, > > I would appreciate if somebody could help me with this Expect related question I have posted in Perlmonks: > > http://perlmonks.org/?node_id=687727 > > Cheers, > The issue you claim is that data is dropped when more than 512 bytes of data are passed to syswrite. I don't see how this can be an expect issue. At no point are you sending that much data through a pty. If the workaround to the bug in Net-SFTP-Foreign suggested at http://rt.cpan.org/Public/Bug/Display.html?id=35888 (again, not an expect bug) doesn't work you could use Expect to interact with openssh's sftp program. Austin |