Hi,
I've been working on a project in which I comunicate with a RCM3700 thorugh ethernet from a C# GUI, upload a file (the RCM as an FTP server) and then the RCM talks to a PIC to finish doing the job.
I have almost all stages done except for the FTP server.
Using the ftp_server_full.c sample code which comes with DC I can only seam to upload 0Kb files or it otherwise tells me there is no sufficient storage space.
I've recently tried with the ftp_server.c example from the RabbitCore examples but a lot errors with ZSERVER.LIB pop up when compiling. Any idea something I might be missing?
Any help at all with be appreciated.