Your IP : 3.17.62.86


Current Path : /usr/share/perl5/URI/
Upload File :
Current File : //usr/share/perl5/URI/sftp.pm

package URI::sftp;

use strict;
use warnings;

use parent 'URI::ssh';

our $VERSION = '1.73';
$VERSION = eval $VERSION;

1;