I would like to use the FTP server functionality of my WR44R to act as a storage area for some binary files for a remote device. The remote device would look at the FTP server for updated binaries, and if newer, fetch the file and re-programme itself. The file name contains a version number. This way I can send out new files to the WR44 and the remote device will automatically get updated. I’ve had this working perfectly on someone else’s router…
The problem I am having with WR44 is that any wildcard file searches fail to work. My software uses the NLST command, and the WR44 seems to respond incorrectly, I am not getting the expected list of files that match the wildcard. The same happens if I try from a PC, so it’s not my remote device code at fault.
I need to do a wildcard search since I don’t know what the newest file will be named…
Any ideas?