| Server IP : 138.197.107.151 / Your IP : 216.73.217.120 Web Server : Apache/2.4.58 (Ubuntu) System : Linux BloxBy-Builder 6.8.0-71-generic #71-Ubuntu SMP PREEMPT_DYNAMIC Tue Jul 22 16:52:38 UTC 2025 x86_64 User : wpbetasites_mrakzqskir ( 1022) PHP Version : 8.3.6 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /lib/python3/dist-packages/twisted/tap/__pycache__/ |
Upload File : |
�
oj� � � � d Z ddlZddlmZ ddlmZmZmZ ddlm Z ddl
mZmZm
Z
G d� dej ej � Zd � Zy)
z>
I am the support module for making a ftp server with twistd.
� N)�internet)�checkers�portal�strcred)�ftp)� deprecate�usage�versionsc � � e Zd ZdZg d�g d�g d�gZ ej d ej d�� i�� Zd Z d
� Z
d� Zy)
�OptionszP[options].
WARNING: This FTP server is probably INSECURE do not use it.
)�port�p�2121zset the port number)�root�rz/usr/local/ftpz define the root of the ftp-site.)�
userAnonymous� � anonymouszName of the anonymous user.r zroot of the ftp site)�descr)�
optActionsr c � � t j j | g|��i |�� | j t j
� � y )N)r r �__init__�
addCheckerr �AllowAnonymousAccess)�self�a�kws �1/usr/lib/python3/dist-packages/twisted/tap/ftp.pyr zOptions.__init__"