On Wed, 2006-01-25 at 12:14 -0500, Solis-Najera, Sergio wrote: > Hi Gary, > > Thank you for your help, > I'm working with the ftp_test program that I found at the ftpclient > package, also I'm using 3CDaemon server but when I'm running the > program I got the followin message from 3CDaemon > > Jan 24, 2006 16:27:59 Session 1, Peer 192.168.200.208 Got socket > error. Aborting! Code = 10054 > > after this I'm not available to dump data to the host.
Since this code came from 3CDaemon, I'd suggest that you look there. What does it mean? > > > > -----Original Message----- > From: Gary Thomas [mailto:[EMAIL PROTECTED] > Sent: Mon 1/23/2006 8:36 AM > To: Solis-Najera, Sergio > Cc: eCos Discussion > Subject: Re: [ECOS] Help with on-line ftp data transfer. > > > > 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
