Help for this page

Select Code to Download


  1. or download this
    # queueing msg len: 5, code:1, id:3 ... [1]
    00 00 00 05 01 00 00 00 03                                            
    +                          | .........
    # waiting for message... [1]
    connection failed: bad remote message received
    
  2. or download this
    use Net::SFTP::Foreign ;
    
    ...
    print "sftp-status = " . $sftp->status();
    
    mget($sftp,$myfilename,$myremotedir,$mylocaldir) ;