Re: [Ssh-sftp-perl-users] Net::SSH::File->read problem
Brought to you by:
dbrobins
From: Cole T. <col...@gm...> - 2007-02-12 16:15:09
|
Here's one more tidbit - I'm hoping somebody can offer help here because I'm ready to fall back on using an Expect script if I can't get this working... In any case, if I try to do a ->read, it sometimes fails. I added this debugging line: printf STDERR "There was a problem with the read: (%s) (%s) (%s)\n", $!, $ssh2->error, $sftp->error; This seems to yield a lot of: There was a problem with the read: (Resource temporarily unavailable) (-30) (LIBSSH2_ERROR_SOCKET_TIMEOUT) Can anybody offer any help/suggestions? -- Cole Tuininga http://www.tuininga.org/ |