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

To be clear: when you say 'server' - do you mean the box where the files are being moved / renamed or where the commands are originating from?

Also - why would the 'remove' command report success when it wasn't successful?
  • Comment on Re^2: net::sftp::foreign->rename / remove issues

Replies are listed 'Best First'.
Re^3: net::sftp::foreign->rename / remove issues
by salva (Canon) on Oct 08, 2007 at 22:15 UTC
    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!)
      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.