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
簡單的Python FTP腳本,方便測試
apt install python3-pip
pip3 install pyftpdlib
切換到欲當作目錄的資料夾
python3 -m pyftpdlib -p 21
建立有帳密的FTP
python3 -m pyftpdlib -p 21 -u test -P 123456 -w
No comments to display
No comments to display