Help for this page

Select Code to Download


  1. or download this
    use lib '../modules';
    use strict;
    ...
        print "\nFinished\n";
    }
    
  2. or download this
    Connecting..
    # queueing msg len: 5, code:1, id:3 ... [1]
    ...
    # queueing msg len: 13, code:4, id:3 ... [2]
    # waiting for message... [2]
    Failed to Transfer: Connection to remote server is broken
    
  3. or download this
    Connecting...
    # queueing msg len: 5, code:1, id:3 ... [1]
    ...
    # waiting for message... [1]
    # got it!, len:24, code:101, id:4, status: 0
    Transfer Done!!
    
  4. or download this
    my $timeout = 50;
    use Expect;
    ...
    die "unable to stablish SSH connection: ". $sftp->error
    
    # The rest is the same as above
    
  5. or download this
    
    
    ...
    Pid 11622 of spawn id(3) terminated, Status: 0x8D00
    # queueing msg len: 13, code:4, id:4 ... [3]
    # waiting for message... [3]