I am having an issue with the ftp put command for the wifly module.
Using a terminal program on my PC, I can successfully log into the ftp server and even read a text file from the server, but when I try to write a file to the server (ex. “ftp put data.txt”) it responds with the open string “OPEN” as would be expected.
Immediately after, I start sending data to the wifly module, then wait for the timeout and the corresponding “CLOS” string. The problem is that the server is not receiving any of the data and the file is empty.
I have tried increasing the ftp timeout, and the com flush timer parameter, but nothing seems to work. I have also ensured that I have the necessary write privileges on the server.
Any help would be greatly appreciated.