FTP client

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

FTP client

跳至解决方案
697 次查看
Tgomes
Contributor III

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?

 


标签 (1)
标记 (1)
0 项奖励
回复
1 解答
389 次查看
Tgomes
Contributor III

Resolved.

 

It was the size of the buffer ENET_FRAMESIZE_MAXDATA in ethernet.h. Was very low, so it caused a system failure.

在原帖中查看解决方案

0 项奖励
回复
1 回复
390 次查看
Tgomes
Contributor III

Resolved.

 

It was the size of the buffer ENET_FRAMESIZE_MAXDATA in ethernet.h. Was very low, so it caused a system failure.

0 项奖励
回复