@Ghazascanner
_2019runbot
Ghazascanner File Manager
server :Linux hosjweb-prod3 6.12.0-107.59.3.2.el9uek.x86_64 #1 SMP PREEMPT_DYNAMIC Mon Dec 22 10:16:59 PST 2025 x86_64
Current Path :
/
homepage
/
v-mt
/
extlib
/
URI
/
Path :
Upload File :
New :
File
Dir
//homepage/v-mt/extlib/URI/rsync.pm
package URI::rsync; # http://rsync.samba.org/ # rsync://[USER@]HOST[:PORT]/SRC require URI::_server; require URI::_userpass; @ISA=qw(URI::_server URI::_userpass); sub default_port { 873 } 1;