Tryag File Manager
Home
||
Turbo Force
||
B-F Config_Cpanel
Current Path :
/
usr
/
share
/
perl5
/
URI
/
Or
Select Your Path :
Upload File :
New :
File
Dir
//usr/share/perl5/URI/ssh.pm
package URI::ssh; require URI::_login; @ISA=qw(URI::_login); # ssh://[USER@]HOST[:PORT]/SRC sub default_port { 22 } sub secure { 1 } 1;