filmov
tv
Run FTP server using Termux and Python. || #python #termux #ftpserver

Показать описание
------------------ commands ---------------
pkg update && pkg upgrade -y
pkg install python
pip install pyftpdlib
ifconfig : for ip address
pwd : present working directory
python -m pyftpdlib -i ip_address -p port_number -u user -d current directory -P password -w (write permission)
pkg update && pkg upgrade -y
pkg install python
pip install pyftpdlib
ifconfig : for ip address
pwd : present working directory
python -m pyftpdlib -i ip_address -p port_number -u user -d current directory -P password -w (write permission)