FOR TIPS, gUIDES & TUTORIALS

subscribe to our Youtube

GO TO YOUTUBE

14455 questions

17168 answers

28195 comments

0 members

We are migrating to our new platform at https://community.teltonika.lt. Moving forward, you can continue discussions on this new platform. This current platform will be temporarily maintained for reference purposes.
0 votes
171 views 1 comments
by anonymous
We are using TRB142 to transfer data via COM port to a remote FTP server. The procedure to upload data ican be read in  "EC2xEG9x&EM05_FTP(S)_AT_Commands Manual" from Quectel. Basically, you setup the TRB142 as a FTP client via a set of AT commands. After AT+QFTPPUT, the TRB142 switches to data mode and accepts data from the COM-port. To end data mode, one should send "+++" via the COM port.

That, however, doesn't work. There is really no way to exit data mode which means you can't close the connection from the TRB142. After a timeout period - typically a few minutes, the remote FTP server aborts the connection. But this is not the way it's supposed to work.

Comments appreciated. Anyone having the same issue?

1 Answer

0 votes
by anonymous

Hello,

A similar case has been registered from another client with the same issue regarding “+++“ sequence and TRB142 device. There is an ongoing communication between the development team and Quectel, however, the solution is still not available yet.

In the meantime, could you tell the modem firmware version your device has installed from the WebUI Status -> System section?

Best regards,

by anonymous
While we await Teltonika to fix the bug, a workaround to the problem is to send a very specified number of bytes. Example: AT+QFTPPUT="test.txt","COM: ",0,10000,1 will transfer exatly 10000 bytes to the FTP server. After the TRB142 has received the last byte on the serial port, it will automatically exit data mode.