Server : nginx/1.24.0 System : Linux ip-172-31-33-48 6.14.0-1011-aws #11~24.04.1-Ubuntu SMP Fri Aug 1 02:07:25 UTC 2025 x86_64 User : www-data ( 33) PHP Version : 8.3.6 Disable Function : NONE Directory : /lib/python3/dist-packages/twisted/tap/__pycache__/ |
Upload File : |
� Ϫ�f� � � � 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__"