in reply to Using Perl to do SCP

I have a module called IO::All::SCP under development that uses Net::SSH::Perl to do an "scp" by connecting to the server and running cat. I don't know if such an approach would work for you.

Replies are listed 'Best First'.
Re^2: Using Perl to do SCP
by Rhys (Pilgrim) on Sep 15, 2004 at 21:20 UTC
    Since I'm pulling down a file, and since the remote end is a switch, not a server, this approach doesn't help me, since there is no 'cat' command at the far end (or anything even close, I don't think).

    Thanks, though...

    --J