AndroidFTP-DataBackup is used to back up files from android phone to Laptop/ PC using an FTP Server hosted on the phone.
- Python3
- Download Wi-Fi FTP Server from Playstore to create an FTP Server on mobile phone.
- Nmap - Can be used to list devices from your network.
- Install Python modules (from the base folder or provide path to requirements.txt)
pip install -r requirements.txt
- Create a SQLite Database:
python manage.py migrate AndroidFTPBackup
- Start the server:
python manage.py runserver
- Open in the app in browser
http://127.0.0.1:8000/AndroidFTPBackup