Skip Menu |

This queue is for tickets about the Net-xFTP CPAN distribution.

Report information
The Basics
Id: 68638
Status: resolved
Priority: 0/
Queue: Net-xFTP

People
Owner: Nobody in particular
Requestors: chris [...] theclonchs.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.44
Fixed in: 0.50



Subject: Problems with SFTP get
Hi Jim, This is more of an FYI, but I'm having issues when using xFTP_SFTP to get remote files. While downloading a 10MB file, if I press Enter the transfer is interrupted. Other keys to not seem to trigger this interruption. Using debug in the xFTP constructor, I see the following (note the space in the output is when the enter key is pressed): ... mceub3lin: channel 1: window 16358 sent adjust 16410 mceub3lin: sftp: Received reply T:103 I:144 mceub3lin: sftp: In read loop, got 8192 offset 909312 mceub3lin: sftp: Sent message SSH2_FXP_READ I:145 O:917504 mceub3lin: sftp: Received reply T:103 I:145 mceub3lin: sftp: In read loop, got 8192 offset 917504 mceub3lin: sftp: Sent message SSH2_FXP_READ I:146 O:925696 mceub3lin: channel 1: window 16358 sent adjust 16410 mceub3lin: sftp: Received reply T:103 I:146 mceub3lin: sftp: In read loop, got 8192 offset 925696 mceub3lin: sftp: Sent message SSH2_FXP_READ I:147 O:933888 mceub3lin: sftp: Received reply T:103 I:147 mceub3lin: sftp: In read loop, got 8192 offset 933888 mceub3lin: sftp: Sent message SSH2_FXP_READ I:148 O:942080 mceub3lin: channel 1: rcvd eof mceub3lin: channel 1: output open -> drain mceub3lin: channel 1: rcvd close mceub3lin: channel 1: input open -> closed mceub3lin: channel 1: close_read mceub3lin: channel 1: obuf empty mceub3lin: channel 1: output drain -> closed mceub3lin: channel 1: close_write mceub3lin: channel 1: send close mceub3lin: channel 1: full closed Now it may completely lie with Net::SFTP as it seems to be in a state of disarray. So for the time being I've change to using xFTP_SSH2 which works perfectly. Thanks, -Chris
On Fri Jun 03 16:27:26 2011, cacack wrote: Show quoted text
> Hi Jim, > This is more of an FYI, but I'm having issues when using xFTP_SFTP to > get remote files. While downloading a 10MB file, if I press Enter the > transfer is interrupted. Other keys to not seem to trigger this > interruption. Using debug in the xFTP constructor, I see the following > (note the space in the output is when the enter key is pressed): > > ... > mceub3lin: channel 1: window 16358 sent adjust 16410 > mceub3lin: sftp: Received reply T:103 I:144 > mceub3lin: sftp: In read loop, got 8192 offset 909312 > mceub3lin: sftp: Sent message SSH2_FXP_READ I:145 O:917504 > mceub3lin: sftp: Received reply T:103 I:145 > mceub3lin: sftp: In read loop, got 8192 offset 917504 > mceub3lin: sftp: Sent message SSH2_FXP_READ I:146 O:925696 > mceub3lin: channel 1: window 16358 sent adjust 16410 > mceub3lin: sftp: Received reply T:103 I:146 > mceub3lin: sftp: In read loop, got 8192 offset 925696 > mceub3lin: sftp: Sent message SSH2_FXP_READ I:147 O:933888 > > mceub3lin: sftp: Received reply T:103 I:147 > mceub3lin: sftp: In read loop, got 8192 offset 933888 > mceub3lin: sftp: Sent message SSH2_FXP_READ I:148 O:942080 > mceub3lin: channel 1: rcvd eof > mceub3lin: channel 1: output open -> drain > mceub3lin: channel 1: rcvd close > mceub3lin: channel 1: input open -> closed > mceub3lin: channel 1: close_read > mceub3lin: channel 1: obuf empty > mceub3lin: channel 1: output drain -> closed > mceub3lin: channel 1: close_write > mceub3lin: channel 1: send close > mceub3lin: channel 1: full closed > > > Now it may completely lie with Net::SFTP as it seems to be in a state of > disarray. So for the time being I've change to using xFTP_SSH2 which > works perfectly. > > Thanks, > -CL
Looks like an issue w/SFTP itself. Thanks though.
On Wed Jun 15 10:32:07 2011, TURNERJW wrote: Show quoted text
> On Fri Jun 03 16:27:26 2011, cacack wrote:
> > Hi Jim, > > This is more of an FYI, but I'm having issues when using xFTP_SFTP to > > get remote files. While downloading a 10MB file, if I press Enter the > > transfer is interrupted. Other keys to not seem to trigger this > > interruption. Using debug in the xFTP constructor, I see the following > > (note the space in the output is when the enter key is pressed): > > > > ... > > mceub3lin: channel 1: window 16358 sent adjust 16410 > > mceub3lin: sftp: Received reply T:103 I:144 > > mceub3lin: sftp: In read loop, got 8192 offset 909312 > > mceub3lin: sftp: Sent message SSH2_FXP_READ I:145 O:917504 > > mceub3lin: sftp: Received reply T:103 I:145 > > mceub3lin: sftp: In read loop, got 8192 offset 917504 > > mceub3lin: sftp: Sent message SSH2_FXP_READ I:146 O:925696 > > mceub3lin: channel 1: window 16358 sent adjust 16410 > > mceub3lin: sftp: Received reply T:103 I:146 > > mceub3lin: sftp: In read loop, got 8192 offset 925696 > > mceub3lin: sftp: Sent message SSH2_FXP_READ I:147 O:933888 > > > > mceub3lin: sftp: Received reply T:103 I:147 > > mceub3lin: sftp: In read loop, got 8192 offset 933888 > > mceub3lin: sftp: Sent message SSH2_FXP_READ I:148 O:942080 > > mceub3lin: channel 1: rcvd eof > > mceub3lin: channel 1: output open -> drain > > mceub3lin: channel 1: rcvd close > > mceub3lin: channel 1: input open -> closed > > mceub3lin: channel 1: close_read > > mceub3lin: channel 1: obuf empty > > mceub3lin: channel 1: output drain -> closed > > mceub3lin: channel 1: close_write > > mceub3lin: channel 1: send close > > mceub3lin: channel 1: full closed > > > > > > Now it may completely lie with Net::SFTP as it seems to be in a state of > > disarray. So for the time being I've change to using xFTP_SSH2 which > > works perfectly. > > > > Thanks, > > -CL
> > Looks like an issue w/SFTP itself. Thanks though.
Marking closed as OP appears satisfied & no new reported issues in long time.
On Fri Jan 23 13:37:39 2015, TURNERJW wrote: Show quoted text
> On Wed Jun 15 10:32:07 2011, TURNERJW wrote:
> > On Fri Jun 03 16:27:26 2011, cacack wrote:
> > > Hi Jim, > > > This is more of an FYI, but I'm having issues when using xFTP_SFTP > > > to > > > get remote files. While downloading a 10MB file, if I press Enter > > > the > > > transfer is interrupted. Other keys to not seem to trigger this > > > interruption. Using debug in the xFTP constructor, I see the > > > following > > > (note the space in the output is when the enter key is pressed): > > > > > > ... > > > mceub3lin: channel 1: window 16358 sent adjust 16410 > > > mceub3lin: sftp: Received reply T:103 I:144 > > > mceub3lin: sftp: In read loop, got 8192 offset 909312 > > > mceub3lin: sftp: Sent message SSH2_FXP_READ I:145 O:917504 > > > mceub3lin: sftp: Received reply T:103 I:145 > > > mceub3lin: sftp: In read loop, got 8192 offset 917504 > > > mceub3lin: sftp: Sent message SSH2_FXP_READ I:146 O:925696 > > > mceub3lin: channel 1: window 16358 sent adjust 16410 > > > mceub3lin: sftp: Received reply T:103 I:146 > > > mceub3lin: sftp: In read loop, got 8192 offset 925696 > > > mceub3lin: sftp: Sent message SSH2_FXP_READ I:147 O:933888 > > > > > > mceub3lin: sftp: Received reply T:103 I:147 > > > mceub3lin: sftp: In read loop, got 8192 offset 933888 > > > mceub3lin: sftp: Sent message SSH2_FXP_READ I:148 O:942080 > > > mceub3lin: channel 1: rcvd eof > > > mceub3lin: channel 1: output open -> drain > > > mceub3lin: channel 1: rcvd close > > > mceub3lin: channel 1: input open -> closed > > > mceub3lin: channel 1: close_read > > > mceub3lin: channel 1: obuf empty > > > mceub3lin: channel 1: output drain -> closed > > > mceub3lin: channel 1: close_write > > > mceub3lin: channel 1: send close > > > mceub3lin: channel 1: full closed > > > > > > > > > Now it may completely lie with Net::SFTP as it seems to be in a > > > state of > > > disarray. So for the time being I've change to using xFTP_SSH2 > > > which > > > works perfectly. > > > > > > Thanks, > > > -CL
> > > > Looks like an issue w/SFTP itself. Thanks though.
> > > Marking closed as OP appears satisfied & no new reported issues in > long time.