in reply to Re: My Perl/Expect script aborts when sftp connection stalls at remote destination
in thread My Perl/Expect script aborts when sftp connection stalls at remote destination

Net::SSH2 does sftp

Only in a rather limited way!

Net::SSH2 implements the low level methods defined in the SFTP draft but lacks the most useful methods you could expect from an SFTP client (i.e. get or put). Writting these methods yourself from the protocol primitives in an efficient manner is very hard.

  • Comment on Re^2: My Perl/Expect script aborts when sftp connection stalls at remote destination