如题,有没有FTP的库支持?
CC3200下载大文件的时候,有什么好的方法分段传输。
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
我问一下,我自己在写一个ftp传输文件的程序,建了个socket,发现TI的socket.h没有read()的函数,是不是可以用sl_Recv()函数替代?那我flag标志是直接为0就可以是吗?
也可以通过HTTP的,可以参考一下这里的代码:http://www.deyisupport.com/question_answer/wireless_connectivity/wifi/f/105/t/117018.aspx。
看过了,没看懂哈哈。都没看到哪里HTTP下载文件了。。
话说HTTP GET文件是不是也是直接全部GET过来?全部在RAM变量里?还是可以分段传输,我get一部分写入FLASH,然后在get这样?
网上有一份可以参考CC3200-FTP
https://github.com/micropython/micropython/tree/master/cc3200/ftp