is an application built using kivy and kivymd for UI all the app does is setup ftpserver on the device so that u can use it transfer files
Home page | Settings page |
---|---|
You can find already built apk file here
Lets say you want to transfer file between mobile and a computer,Make sure You have both connected through hotspot(from mobile)
Type that out in your computer browser(in my case it was ftp://192.168.43.1:1024) and enter it should show something like this in your browser
pip3 install kivy
pip3 install kivymd
pip3 install netifaces
pip3 install pyftpdlib
pip3 install plyer