HEX
Server: Apache
System: Linux infongqeu12 4.4.400-icpu-107 #2 SMP Tue Nov 18 10:27:58 UTC 2025 x86_64
User: u112693849 (10625425)
PHP: 8.4.18
Disabled: NONE
Upload Files
File: //usr/share/perl5/URI/rsync.pm
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;