Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    
    ...
    print "connected!";
    
    $sftp->get("/tmp/tmp/test2.txt", "/home/advserv/sean/test2.txt");
    
  2. or download this
    # ./sftp2.pl<br>
    advlogs: Reading configuration data /home/advserv/.ssh/config<br>
    ...
    advlogs: Algorithms, c->s: 3des-cbc hmac-sha1 none<br>
    advlogs: Algorithms, s->c: 3des-cbc hmac-sha1 none<br>
    Segmentation Fault (core dumped)
    
  3. or download this
    # perl -v
    
    This is perl, v5.6.1 built for sun4-solaris-64int
    (with 48 registered patches, see perl -V for more detail)
    
  4. or download this
    
    # perl -v
    
    This is perl, v5.10.0 built for sun4-solaris