我正在带有ESP-07S模块(ESP8266集成)的kine
tis MCU上编写FTP客户端。
Wifi 连接正常工作,我可以在端口 21 上与 FileZilla 服务器连接(并
通信)。
BUT I need to transmit "ASCII data file" to another port WITHOUT disconnected of the actual port (21).
我尝试使用 AT CIPMUX=1 激活多个连接,但不起作用(链接错误)。
有可能这样做吗?如何?