
Easy ftp question (if you know the answer)
Quote:
>Hi
>I am currently developing some file transfer utilities to run on unix
>and NT. These will use FTP over TCP/IP to move the files across systems.
>The question:
>what are the methods available for invoking FTP?
The C language itself doesn't define any, you'll have to use whatever
interfaces your platform/compiler provides.
Quote:
>For instance I can wrap my (C) program around a bunch of system calls
>and redirect stdin and stdout (messy?). I can write my own
>impleemntation of RFC 959. I can write my own sockets program
>(connect(), listen(), etc). But I get the feeling that this is missing
>the point. Is there a hook into the system that allows me to do
>something like :
You are better off discussing specific systems in a system related
newsgroup. For Unix you might try comp.unix.programmer, for NT one of
the comp.os.ms-windows.programmer.* newsgroups.
--
-----------------------------------------
-----------------------------------------