Hello!
I’m trying to connect FTP server using Q2686H with WIP 2.00.15.
FTP server is passive, so SRC_ISPASSIVE = FALSE, connection is not anonymus.
I opened gprs bearer, all OK, then i’m trying to create FTP connection using this code, but always recive FTP ERROR:
I also have problems with retrieving a file with ftp in both passive and active mode. It looks like the second connection (where the data is transmitted) won’t get established.
AT+WCFM=5 returnes: +WCFM: 00000000,0, so internet PlugIn seems to be disabled. And how can i enabel this PlugIn? And why wip_TCPClientCreate command creates TCP Socket hanle and wip_FTPCreate retuenes NULL?
+WCFM: 00000000,0 means it is with TCP/IP plugin enabled, but not Internet Plugin enabled. So for TCP/UDP it is supported but not higer level protocol (FTP,email…)
Contact your distributor for Internet Plugin enabled products
Testing +WIPFILE, if the specified filename was wrong, or the file didn’t exist on the server. It would CONNECT anyways and then eventually timeout with two errors 841 and one 839, peer closed and error during channel creation. After that a WIPCLOSE just give bad state and I had to reset.
Worked fine though when I got the filename right.
I look at the list of possible +CMEE errors for +WIPFILE
and I don’t see anything resembling “file not found”.
Could be an issue if whats on the ftp server doesn’t match the specified filename.
I also didn’t see anything in the WIP AT command documentation about setting passive ftp mode. Is it possible to set passive mode ftp using AT commands?
Hi all
I work with the same module but using the WIP sample FTP. I used it in targer mode and applied at+ wipftp from hyper terminal to get the file from the server. It works fine no errors but i need to know where the file is stored in the module and how can I access it.
You look like a group of FTP file transfer experts can anyone help me hereI am a beginner…