There are 4 architectures:
- Windows native
- Windows/WSL
- armv7l-uClibc(old)
- armv7l-glibc(new)
Get the last release clicking on the Releases button located on the GitHUB right panel
or just click here. It's free for personal use
It will run on
- armv7l in two flavours: uClibc and glibc
- x86 and WSL (needs Windows 10 Linux subsystem)
- x86 and just Windows
example:
C:\Users\Myname\Desktop>uftp ftp.myserver.org
C:\Users\Myname\Desktop>uftp -a (anonymous mode)
C:\Users\Myname\Desktop>uftp ftp://john:[email protected]:21/pub
(syntax: uftp [-a] [proto://][[user][:pass]@]server[:port][/directories])
arm-glibc/uClibc: built on WSL using gcc (11.2.0) to build a cross compiler
x86-Windows: built on Windows using mingw-w64 gcc (10.3.0)
x86-WSL: built on WSL using gcc (11.2.0)
Please contact me for bugs/improvements
Keep in mind that this client HAS to be very skinny in order to fit in the router's ram.