User Profile

Collapse

Profile Sidebar

Collapse
mmccaws
mmccaws
Last Activity: Oct 16 '07, 02:45 PM
Joined: Oct 15 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • mmccaws
    replied to Help with File::Remote module
    in Perl
    I've already tested the SSH and SCP from command line. But won't the script need to provide the password? If so, where is it applied?

    Mike...
    See more | Go to post

    Leave a comment:


  • mmccaws
    replied to Help with File::Remote module
    in Perl
    Thanks for the title correction. Didn't catch that....
    See more | Go to post

    Leave a comment:


  • mmccaws
    started a topic Help with File::Remote module
    in Perl

    Help with File::Remote module

    I understand that one can use FILE::REMOTE for SSH and SCP sessions. However I don't see how to apply the login password or the userID in the examples. Am I misreading the intent of the module?

    Code:
           use File::Remote;
           my $secure = File::Remote->new(rsh => '/usr/local/bin/ssh',
                                          rcp => '/usr/local/bin/scp',
    ...
    See more | Go to post
    Last edited by numberwhun; Oct 15 '07, 10:58 PM. Reason: Add a more descriptive title
No activity results to display
Show More
Working...