Re: ftp client in C



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"
.



Relevant Pages

  • Re: ftp client in C
    ... Ritchie, "The C Programming Language", 1st and 2nd editions). ... support must be provided by additional libraries, ... You say you're using Borland C++. ... the source distribution and take a look at docs/INSTALL, searching for ...
    (comp.lang.c)
  • Re: Borland is neglecting Delphi for Win32 badly
    ... > like the VCL was to make the MS libraries edible, ... also provided a degree of independance and evolutivity for Borland. ... D2005 has it's own UI designer for VCL apps, it's own RTL (which like the ... >> No, the market back then was dominated by Visual Cafe, which had a solid ...
    (borland.public.delphi.non-technical)
  • Re: How to get a .lib from .dll
    ... Using the Borland tools, you should first run "IMPDEF" on the DLL file ... information in it to create ".LIB" import libraries with;)... ... from Windows version to Windows version...so, ...
    (comp.lang.asm.x86)
  • Re: How to get a .lib from .dll
    ... Using the Borland tools, you should first run "IMPDEF" on the DLL file ... information in it to create ".LIB" import libraries with;)... ... from Windows version to Windows version...so, ...
    (alt.lang.asm)
  • Re: time to get rid of unsigned?
    ... Thomas Matthews wrote: ... >My current escape goat on this topic is Borland. ... >libraries where unsigned should be used (can a ... >discipline by programmers. ...
    (comp.lang.cpp)