Help for this page

Select Code to Download


  1. or download this
    sub openConnection {
        my $self = $_[0];
    ...
        print "SFTP connection opened.\n";
        return 1;
    }