Файловый менеджер - Редактировать - /opt/imh-python/lib/python3.9/site-packages/twisted/tap/__pycache__/ftp.cpython-39.pyc
Ðазад
a k�h� � @ 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�pZ2121zset the port number)�root�rz/usr/local/ftpz define the root of the ftp-site.)� userAnonymous� Z anonymouszName of the anonymous user.r zroot of the ftp site)�descr)Z optActionsr c O s, t jj| g|�R i |�� | �t�� � d S )N)r r �__init__� addCheckerr ZAllowAnonymousAccess)�self�a�kw� r �/root/rpmbuild/BUILDROOT/imh-python39-modules-3.9.7-92.el8.x86_64/opt/imh-python/lib/python3.9/site-packages/twisted/tap/ftp.pyr "