Help for this page

Select Code to Download


  1. or download this
    package RemoteFile 0.000001;
    
    ...
    
      $self->logi('File uploaded successfully.');
    }
    
  2. or download this
    package MyOpenSSH 0.000001;
    
    ...
      my $self = shift;
      $self->ssh->disconnect;
    }
    
  3. or download this
    sub get_file {
      validate_pos(@_, 1, 1);
    ...
      $file->disconnect;
      return $content;
    }