Server IP : 209.38.156.173 / Your IP : 216.73.216.122 [ Web Server : Apache/2.4.52 (Ubuntu) System : Linux lakekumayuhotel 5.15.0-136-generic #147-Ubuntu SMP Sat Mar 15 15:53:30 UTC 2025 x86_64 User : root ( 0) PHP Version : 8.1.2-1ubuntu2.22 Disable Function : NONE Domains : 2 Domains MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /usr/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 "