in reply to Re^2: net::sftp::foreign->rename / remove issues
in thread net::sftp::foreign->rename / remove issues

when you say 'server' - do you mean the box where the files are being moved

Yes!

Also - why would the 'remove' command report success when it wasn't successful?

I have no idea, I can not see any error on the module code.

I have just uploaded a new version of the module to CPAN that supports better debugging. Can you install that version, add...

$Net::SFTP::Foreign::debug = 25;
at the beginning of your script, reproduce the problem and send me the debugging output for that execution (and the script, of course!)

Replies are listed 'Best First'.
Re^4: net::sftp::foreign->rename / remove issues
by ethrbunny (Monk) on Oct 09, 2007 at 13:52 UTC
    I updated the module and the result(s) have me very puzzled. I think this (your?) module has been working as it should and the issue is deeper in my side somewhere. I expect that this is no great surprise.

    I'll work to getting a good repro case.

    Thanks for adding the debugging output.