in reply to My Perl/Expect script aborts when sftp connection stalls at remote destination
Does the hang-up occur when running the sftp commands on the command line? You could also try Net::SFTP::Foreign or Net::SFTP (lots of dependencies for this one). I find working with those packages to be a little better with respect to exception handling for doing SFTP.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: My Perl/Expect script aborts when sftp connection stalls at remote destination
by Anonymous Monk on Feb 24, 2010 at 19:52 UTC | |
by bobthebaritone (Sexton) on Feb 25, 2010 at 10:17 UTC | |
by salva (Canon) on Feb 25, 2010 at 15:09 UTC | |
by zow (Sexton) on Feb 25, 2010 at 19:26 UTC |