Now updog is supported in Termux (termux updog).
We developed updogfx to be compatible with Termux, requiring minimal resources.
It serves as a replacement for Python's SimpleHTTPServer
. Updogfx facilitates uploading and downloading via HTTP/S with the help of an Android browser.
Install using commands:
mkdir $PREFIX/opt/updogfx;git clone https://giturl.git $PREFIX/opt/;cd $PREFIX/opt/updogfx
bash install.sh
updogfx
updog [-d DIRECTORY] [-p PORT] [--password PASSWORD] [--ssl]
Argument | Description |
---|---|
-d DIRECTORY, --directory DIRECTORY | Path to upload folder [Default=current directory] |
-p PORT, --port PORT | Port number to listen on (default: 8080) |
-h, --help | Show help |
Serve from your current directory:
updog
Serve from another directory:
updog -d /another/directory
Serve from port 8080:
Inspired by the Updog