On Mon, 2006-01-23 at 08:21 -0500, Solis-Najera, Sergio wrote: > I urgently need a C-code example of how to send data to a host > computer during acquisition. > I am developping an e-Cos acquisition application and I need to > send data on-line to the host computer during acquisition (the > dataset is too big ~ 1GB). I was told that it can be done by using > an ftp server engine running on the acquisition platform. I > installed the ftp engine and I was looking for an C-code example > in the e-Cos discussion list but I coudn't find it.
eCos doesn't have an FTP server, but it does have pretty good client support. Perhaps you could use that instead. Look at the 'ftpclient' package, which also includes some test programs which can be used as examples of how to use the package. -- ------------------------------------------------------------ Gary Thomas | Consulting for the MLB Associates | Embedded world ------------------------------------------------------------ -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss
