Linux server123.web-hosting.com 4.18.0-513.18.1.lve.el8.x86_64 #1 SMP Thu Feb 22 12:55:50 UTC 2024 x86_64
LiteSpeed
: 198.54.126.127 | : 216.73.216.107
Cant Read [ /etc/named.conf ]
?8.4.14
ezdajrnh
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
opt /
alt /
ruby18 /
share /
ri /
1.8 /
system /
URI /
FTP /
[ HOME SHELL ]
Name
Size
Permission
Action
build-c.yaml
1.31
KB
-rw-r--r--
cdesc-FTP.yaml
1.69
KB
-rw-r--r--
check_typecode-i.yaml
186
B
-rw-r--r--
new-c.yaml
725
B
-rw-r--r--
new2-c.yaml
230
B
-rw-r--r--
path-i.yaml
957
B
-rw-r--r--
set_typecode-i.yaml
184
B
-rw-r--r--
to_s-i.yaml
164
B
-rw-r--r--
typecode%3d-i.yaml
182
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : path-i.yaml
--- !ruby/object:RI::MethodDescription aliases: [] block_params: comment: - !ruby/struct:SM::Flow::P body: Returns the path from an FTP URI. - !ruby/struct:SM::Flow::P body: "RFC 1738 specifically states that the path for an FTP URI does not include the / which separates the URI path from the URI host. Example:" - !ruby/struct:SM::Flow::VERB body: " ftp://ftp.example.com/pub/ruby\n" - !ruby/struct:SM::Flow::P body: The above URI indicates that the client should connect to ftp.example.com then cd pub/ruby from the initial login directory. - !ruby/struct:SM::Flow::P body: "If you want to cd to an absolute directory, you must include an escaped / (%2F) in the path. Example:" - !ruby/struct:SM::Flow::VERB body: " ftp://ftp.example.com/%2Fpub/ruby\n" - !ruby/struct:SM::Flow::P body: This method will then return "/pub/ruby" full_name: URI::FTP#path is_singleton: false name: path params: () visibility: public
Close