Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
8 years, 4 months ago.
FTP client example hangs when used putfile function
Hello,
I am using FTP client program imported from mbed. I would like to transfer data from SD card to ftpserver using CC3000. Network transport layer protoocol as TCP. As of now the 2 slaves use the same spi bus that is SD card and cc3000 with different chip select. Now i had some debug and print all the data on to serial port and found to be hanging at fseek function in ftpclient.cpp file putfile function. What would be the reason for the hannging and please provide me the solution. Thank you.