Help for this page

Select Code to Download


  1. or download this
    #23864 1392974375.00000 new: This is Net::SFTP::Foreign 1.73
    #23864 1392974375.00000 new: Loaded from /usr/local/lib/perl5/site_per
    +l/5.16.1/Net/SFTP/Foreign.pm
    #23864 1392974375.00000 new: Running on Perl v5.16.1 for linux
    ...
    #23864 1392974375.00000 _do_io: _do_io write queue: 9, syswrite: 9, ma
    +x: 65536, $!:
    00 00 00 05 01 00 00 00 03                                            
    +                          | .........
    #23864 1392974375.00000 _do_io: _do_io select(-,-,-, undef)
    
  2. or download this
     my $sftpHost = $userName . '@' . $hostName;
    
                    use Expect;
    ...
                    $sftpHandl->setcwd($destPath) or die("Cannot cd to $de
    +stPath $!\n") ;
    
                    $sftpHandl->put($remtPath.$fileFnc,$fileFnc) or die("C
    +ouldn't put file in the SFTP Location $!\n");
    
  3. or download this
    27170 execve("/usr/bin/perl", ["perl", "main.pl", "19"], [/* 17 vars *
    +/]) = 0
    27170 brk(0)                            = 0xe129000
    27170 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS
    +, -1, 0) = 0x2b5734782000
    ...
    27170 stat("/usr/local/lib/perl5/5.16.1/integer.pm", {st_mode=S_IFREG|
    +0444, st_size=3266, ...}) = 0
    27170 open("/usr/local/lib/perl5/5.16.1/integer.pm", O_RDONLY) = 6
    ...