FTP client

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

FTP client

Jump to solution
648 Views
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?

 


Labels (1)
Tags (1)
0 Kudos
1 Solution
340 Views
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.

View solution in original post

0 Kudos
1 Reply
341 Views
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 Kudos