Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: SFTP->RPUT Crashes

by salva (Canon)
on Feb 18, 2012 at 11:35 UTC ( [id://954743]=note: print w/replies, xml ) Need Help??


in reply to SFTP->RPUT Crashes

rput does not fails on errors, it just ignores then, but you can handle then using the on_error callback.

To get debugging information from Net::SFTP::Foreign, at the beginning of your script, redirect STDERR to some file and activate the following debugging flags:

open STDERR, '>', 'c:\\sftp.debug'; $Net::SFTP::Foreign::debug = (2|4|64|256|4096|8192|32768);

You can send me the output to the email that appears on Net::SFTP::Foreign documentation (I am its author) for inspection.

IMO, the most likely cause of the problem may be some bug in Net::SSH2, ensure you are using the latest version compiled also against the latest version of libssh2 as both are continuosly being improved.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://954743]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (4)
As of 2026-04-17 02:24 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found

    Notices?
    hippoepoptai's answer Re: how do I set a cookie and redirect was blessed by hippo!
    erzuuliAnonymous Monks are no longer allowed to use Super Search, due to an excessive use of this resource by robots.