Linux 簡易 Python3 FTP

簡單的Python FTP腳本,方便測試


安裝pip
apt install python3-pip
安裝pyftpdlib
pip3 install pyftpdlib
執行pyftpdlib

切換到欲當作目錄的資料夾

python3 -m pyftpdlib -p 21

建立有帳密的FTP

python3 -m pyftpdlib -p 21 -u test -P 123456 -w

 

 


 


Revision #1
Created 26 December 2025 06:28:50 by Jason
Updated 26 December 2025 06:42:49 by Jason