Help for this page

Select Code to Download


  1. or download this
            use Net::SSH2;
    
    ...
               
            $ftp = Net::SFTP::Foreign->new(ssh2 => $ssh2,
                        backend => 'Net_SSH2');
    
  2. or download this
            $ftp = Net::SFTP::Foreign->
                 new(host => $ftpSecureServer,
                     backend => 'Net_SSH2',
                     user => $ftpUser,
                     password => $ftpPW);
    
  3. or download this
               $ftp->put( $zipFileName, $ftpDir."/" . $newname );
               if ( !$@ )
    ...
               {
               printl("file $zipFileName upload failed, try later\n");
               }
    
  4. or download this
              $ftp->put( $zipFileName, $newname );
              if ( !$error )
              {
                # etc
    
  5. or download this
    libssh2_channel_open_ex(ss->session, pv_channel_type, len_channel_type
    +, window_s
    ize, packet_size, ((void *)0) , 0 ) -> 0x47dc418
    ...
    Net::SSH2::Channel::read(size = 5, ext = 0)
    - read 5 bytes
    - read 5 total