Hi,I am trying to establish an FTP transference, but I can not even open the connection. The call syntax is:response = FTP_open (&ftphandle, ServerAddress, stdout);The function does not return, and I must restart the system.What could be wrong?
解決済! 解決策の投稿を見る。
Resolved.
It was the size of the buffer ENET_FRAMESIZE_MAXDATA in ethernet.h. Was very low, so it caused a system failure.
元の投稿で解決策を見る