| Server IP : 198.244.165.102 / Your IP : 216.73.216.218 [ Web Server : nginx/1.24.0 System : Linux modovh-ub-01 6.8.0-138-generic #138-Ubuntu SMP PREEMPT_DYNAMIC Fri Jul 31 22:41:49 UTC 2026 x86_64 User : colleary ( 1011) PHP Version : 8.3.23 Disable Function : NONE Domains : 2 Domains 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__"