| Server IP : 62.171.151.215 / Your IP : 216.73.217.53 Web Server : nginx/1.18.0 System : Linux vmi3128365 5.15.0-176-generic #186-Ubuntu SMP Fri Mar 13 11:01:42 UTC 2026 x86_64 User : alex ( 1000) PHP Version : 8.4.18 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /lib/python3/dist-packages/twisted/tap/__pycache__/ |
Upload File : |
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 "