%PDF- %PDF-
Direktori : /lib/python3/dist-packages/twisted/tap/__pycache__/ |
Current File : //lib/python3/dist-packages/twisted/tap/__pycache__/ftp.cpython-312.pyc |
� Ϫ�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__"