in reply to SCP session

use Net::OpenSSH or Net::SFTP::Foreign.

Replies are listed 'Best First'.
Re^2: SCP session
by TechFly (Scribe) on Nov 10, 2011 at 20:23 UTC

    I wish I could. They are not currently installed on the servers in question, and I have been asked not to install anything on the servers. Any other suggestions?

      Can you even install your own script?

      It's incredible how often we hear this non-argument.

      You can always copy/paste the code from those modules in your own script, or "install" it right next to your script (in the proper nesting of subdirectories). It'll work just as fine as an "official" install, I promise.