GRAYBYTE WORDPRESS FILE MANAGER3398

Server IP : 198.54.121.189 / Your IP : 216.73.216.140
System : Linux premium69.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
PHP Version : 7.4.33
Disable Function : NONE
cURL : ON | WGET : ON | Sudo : OFF | Pkexec : OFF
Directory : /opt/hc_python/share/doc/pycurl/examples/quickstart/
Upload Files :
Current_dir [ Not Writeable ] Document_root [ Writeable ]

Command :


Current File : /opt/hc_python/share/doc/pycurl/examples/quickstart//put_buffer.py
#! /usr/bin/env python
# -*- coding: utf-8 -*-
# vi:ts=4:et

import pycurl
try:
    from io import BytesIO
except ImportError:
    from StringIO import StringIO as BytesIO

c = pycurl.Curl()
c.setopt(c.URL, 'https://httpbin.org/put')

c.setopt(c.UPLOAD, 1)
data = '{"json":true}'
# READDATA requires an IO-like object; a string is not accepted
# encode() is necessary for Python 3
buffer = BytesIO(data.encode('utf-8'))
c.setopt(c.READDATA, buffer)

c.perform()
c.close()

[ Back ]
Name
Size
Last Modified
Owner / Group
Permissions
Options
..
--
April 04 2025 07:59:57
root / root
0755
__pycache__
--
April 04 2025 07:59:57
root / root
0755
file_upload_buffer.py
0.304 KB
April 04 2025 07:59:57
root / root
0644
file_upload_real.py
0.284 KB
April 04 2025 07:59:57
root / root
0644
file_upload_real_fancy.py
0.472 KB
April 04 2025 07:59:57
root / root
0644
follow_redirect.py
0.244 KB
April 04 2025 07:59:57
root / root
0644
form_post.py
0.551 KB
April 04 2025 07:59:57
root / root
0644
get.py
0.569 KB
April 04 2025 07:59:57
root / root
0644
get_python2.py
0.437 KB
April 04 2025 07:59:57
root / root
0644
get_python2_https.py
0.486 KB
April 04 2025 07:59:57
root / root
0644
get_python3.py
0.394 KB
April 04 2025 07:59:57
root / root
0644
get_python3_https.py
0.443 KB
April 04 2025 07:59:57
root / root
0644
put_buffer.py
0.461 KB
April 04 2025 07:59:57
root / root
0644
put_file.py
0.293 KB
April 04 2025 07:59:57
root / root
0644
response_headers.py
2.048 KB
April 04 2025 07:59:57
root / root
0644
response_info.py
0.486 KB
April 04 2025 07:59:57
root / root
0644
write_file.py
0.349 KB
April 04 2025 07:59:57
root / root
0644

GRAYBYTE WORDPRESS FILE MANAGER @ 2025
CONTACT ME
Static GIF