FTP

# Python FTP 모듈 설치
pip3 install pyftpdlib

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

Last updated

Was this helpful?