For the complete documentation index, see llms.txt. This page is also available as Markdown.

FTP

# Python FTP 모듈 설치
pip3 install pyftpdlib

# FTP 서버 실행
python3 -m pyftpdlib --port 21

Last updated