![]() Server : Apache/2.4.52 (Ubuntu) System : Linux webserver 6.8.0-49-generic #49~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Wed Nov 6 17:42:15 UTC 2 x86_64 User : www-data ( 33) PHP Version : 8.1.2-1ubuntu2.21 Disable Function : NONE Directory : /lib/python3/dist-packages/twisted/tap/__pycache__/ |
o �b� � @ sn d Z ddlZddlmZ ddlmZmZmZ ddlm Z ddl mZmZm Z G dd� dejej�Zd d � ZdS )z> I am the support module for making a ftp server with twistd. � N)�internet)�checkers�portal�strcred)�ftp)� deprecate�usage�versionsc @ sR e Zd ZdZg d�g d�g d�gZejdejdd�id�Zd Z d d� Z dd � ZdS )�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 O s, t jj| g|�R i |�� | �t�� � d S )N)r r �__init__� addCheckerr �AllowAnonymousAccess)�self�a�kw� r �1/usr/lib/python3/dist-packages/twisted/tap/ftp.pyr "