🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-14 09:34:50 | PHP 8.1.34
📂
/ (Root)
/
usr
/
share
/
perl5
/
URI
📍 /usr/share/perl5/URI
🔄 Refresh
✏️
Editing: rsync.pm
Read Only
package URI::rsync; # http://rsync.samba.org/ # rsync://[USER@]HOST[:PORT]/SRC use strict; use warnings; our $VERSION = '5.09'; use parent qw(URI::_server URI::_userpass); sub default_port { 873 } 1;
💾 Save Changes
❌ Cancel