Do you have a question? Post it now! No Registration Necessary
Subject
- Posted on
ftp client c code?
- 12-09-2004

Re: ftp client c code?

I have just written an FTP client for a non-Linux embedded system. It
is not difficult. The relevant RFC provides almost all of the
necessary information. The only bit I found a little obscure was
getting the port number when using passive mode. The source code for
the standard Linux command line FTP client was helpful in resolving
this.
--
Chris Isbell
Southampton, UK
Chris Isbell
Southampton, UK

Re: ftp client c code?

Using Google, a quick search for ftplib ends up in
http://nbpfaus.net/~pfau/ftplib /
This is an easy to use ftp library, why keep
reinventing the wheel over and over again ?
I haven't used this in any embedded project so I'm
unaware of the cpu/memory requirements.
/Devlin
Site Timeline
- » c code or external app
- — Next thread in » Embedded Linux
-
- » File system read only
- — Previous thread in » Embedded Linux
-
- » Crosscompiling for ARM: reloc type R_ARM_ABS32 is not supported for PIC - ...
- — Newest thread in » Embedded Linux
-
- » Processor choice
- — The site's Newest Thread. Posted in » Electronics Design
-
- » Low Noise Direct Coupled Preamp
- — The site's Last Updated Thread. Posted in » Electronics Design
-