|
Server IP : 82.165.83.148 / Your IP : 216.73.217.113 Web Server : Apache System : Linux info 3.0 #1337 SMP Tue Jan 01 00:00:00 CEST 2000 all GNU/Linux User : u67745506 ( 4824611) PHP Version : 7.0.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF Directory (0755) : /lib/../local/../share/zoneinfo/../menu/../python-apt/../../share/perl5/URI/ |
| [ Home ] | [ C0mmand ] | [ Upload File ] |
|---|
package URI::rsync; # http://rsync.samba.org/
# rsync://[USER@]HOST[:PORT]/SRC
use strict;
use warnings;
our $VERSION = '5.08';
use parent qw(URI::_server URI::_userpass);
sub default_port { 873 }
1;
