ftp client c code?

I'm looking for c code for an ftp client. Where can I find something?

Reply to
David Peters
Loading thread data ...

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
Reply to
Chris Isbell

Where can I get the source code for the standard ftp command?

Reply to
David Peters

I just installed the source rpm file provided with my PC distribution (SuSE).

A simple Google search will doubtless provide it as well.

Try:

formatting link

--
Chris Isbell
Southampton, UK
Reply to
Chris Isbell

Using Google, a quick search for ftplib ends up in

formatting link

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

Reply to
Devlin Doe

how about "busybox" ?

"David Peters" ¼¶¼g©ó¶l¥ó·s»D :41b8b7ce$0$11078$ snipped-for-privacy@dwave.net...

Reply to
stan wu

ElectronDepot website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.