| Server IP : 46.62.235.243 / Your IP : 216.73.216.217 Web Server : Apache/2.4.58 (Ubuntu) System : Linux Linkabili3Dicembre 6.8.0-100-generic #100-Ubuntu SMP PREEMPT_DYNAMIC Tue Jan 13 16:40:06 UTC 2026 x86_64 User : www-data ( 33) PHP Version : 8.1.33 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__"