FTP
Python3의 pyftpdlib 모듈을 사용하여 간단한 FTP 서버를 열 수 있습니다.
# Python FTP 모듈 설치
pip3 install pyftpdlib
# FTP 서버 실행
python3 -m pyftpdlib --port 21
FTP 서버로부터 파일을 다운로드 하는 방법은 PowerShell에 나온 방법을 사용합니다.
Last updated
Was this helpful?
Python3의 pyftpdlib 모듈을 사용하여 간단한 FTP 서버를 열 수 있습니다.
# Python FTP 모듈 설치
pip3 install pyftpdlib
# FTP 서버 실행
python3 -m pyftpdlib --port 21
FTP 서버로부터 파일을 다운로드 하는 방법은 PowerShell에 나온 방법을 사용합니다.
Last updated
Was this helpful?