Help for this page

Select Code to Download


  1. or download this
        # use the STEP param specified SFTP port
        printlog( "Opening an SFTP connection to $FTPaddress at port($SFTP
    +PORT)");    
    ...
                                       port     => $SFTPPORT,
                                       debug    => $debug,
                                       more     => [qw(-v -o PreferredAuth
    +entications=password)]
    
  2. or download this
    20120503 12:23:50 Step [50]: 
    The old API for Net::SFTP::Foreign inherited from Net::SFTP is being o
    +bsoleted. Use Net::SFTP::Foreign::Compat for a package offering a mos
    +tly compatible API or upgrade to the development version of this pack
    +age and use the new and much improved API. at ********.pl line 252
    ...
    Permission denied (publickey,gssapi-keyex,gssapi-with-mic,password).
    reading from ssh pipe failed () at *****.pl line 252
    20120503 12:23:51 Step [50] complete.