mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-13 09:07:33 -05:00

glob.h is another missing facility in Android+Termux. The workaround is to condition out local wildcard support completely, so that PSFTP commands like 'mput *.txt' won't manage to do anything. But at least the program will compile.