Re: ftp client in C
- From: Keith Thompson <kst-u@xxxxxxx>
- Date: Tue, 07 Oct 2008 11:57:47 -0700
asit <lipun4u@xxxxxxxxx> writes:
I need some help about FTP.
is there any library available to design FTP client functionality in
C ???
i searched in google. Thousands of links suggested me to use cURL..but
its not compartible with Borland c++.
I have already asked it in win32 community. But becoz of medium
activity in that community and this question is a bit relevant to C
language, I decided to ask it here.
Wrong again.
This newsgroup discusses the C programming language, as defined by the
ISO C Standard(s) and by older documents such as K&R (Kernighan and
Ritchie, "The C Programming Language", 1st and 2nd editions).
Standard C has no built-in support for networking, either in the core
language or in the standard library. That means that any networking
support must be provided by additional libraries, provided by a
particular C implementation, by the operating system, or by some third
party.
(A few trolls will insist that these things are appropriate for this
newsgroup. Please ignore them.)
You say you're using Borland C++. I assume you're using it in a mode
in which it acts as a C compiler. (If not, you're programming in C++,
not C, and you're definitely in the wrong newsgroup.)
Why do you assume that cURL is not compatible with Borland C++? Grab
the source distribution and take a look at docs/INSTALL, searching for
"Borland". If you run into problems, consult an appropriate mailing
list at <http://curl.haxx.se/>.
--
Keith Thompson (The_Other_Keith) kst-u@xxxxxxx <http://www.ghoti.net/~kst>
Nokia
"We must do something. This is something. Therefore, we must do this."
-- Antony Jay and Jonathan Lynn, "Yes Minister"
.
- Follow-Ups:
- Re: ftp client in C
- From: Richard Nixon
- Re: ftp client in C
- References:
- ftp client in C
- From: asit
- ftp client in C
- Prev by Date: convert string of hex characters to char
- Next by Date: Re: ftp client in C
- Previous by thread: Re: ftp client in C
- Next by thread: Re: ftp client in C
- Index(es):
Relevant Pages
|