mayasunny
Member level 3
hiee members,
i'm working on a project that, transferring files to web server using sim800 module, i'm able to transfer the file to web (drivehq) using sim800 module but the problem it is showing empty files, if I upload the file using FileZilla client it showing data in the file, I followed these commands
AT+FTPPUTNAME="abc.x"
AT+FTPPUTPATH="/"
AT+FTPPUT=1 to start uploading
if I type AT+FTPPUT=2,10 and give some data eg 12345; it showing the 12345 in the abc.x, otherwise it showing empty file.
I have tried with activating passive mode AT+FTPMODE=1, but no luck
i'm working on a project that, transferring files to web server using sim800 module, i'm able to transfer the file to web (drivehq) using sim800 module but the problem it is showing empty files, if I upload the file using FileZilla client it showing data in the file, I followed these commands
AT+FTPPUTNAME="abc.x"
AT+FTPPUTPATH="/"
AT+FTPPUT=1 to start uploading
if I type AT+FTPPUT=2,10 and give some data eg 12345; it showing the 12345 in the abc.x, otherwise it showing empty file.
I have tried with activating passive mode AT+FTPMODE=1, but no luck
Last edited by a moderator: