FTP PUT

I like to use the FTP PUT method and therefore i tried to compile the
latest version of HTFTP.c (which provides this) with the public release
of libwww sources (Version 5.2.8).

I got the errors below. Can anyone tell me the additional files i need
to have ?


Wolfgang 


--------------------Configuration: wwwftp - Win32
Debug--------------------
Compiling...
HTFTP.c
C:\w3c-libwww-5.2.8\Library\src\HTFTP.c(213) : warning C4013:
'HTChannel_deleteInput' undefined; assuming extern returning int
C:\w3c-libwww-5.2.8\Library\src\HTFTP.c(214) : warning C4013:
'HTChannel_deleteOutput' undefined; assuming extern returning int
C:\w3c-libwww-5.2.8\Library\src\HTFTP.c(488) : warning C4013:
'HTHost_listen' undefined; assuming extern returning int
C:\w3c-libwww-5.2.8\Library\src\HTFTP.c(1095) : error C2198:
'HTHost_connect' : too few actual parameters
C:\w3c-libwww-5.2.8\Library\src\HTFTP.c(1114) : error C2198:
'HTHost_accept' : too few actual parameters
C:\w3c-libwww-5.2.8\Library\src\HTFTP.c(1452) : error C2198:
'HTHost_connect' : too few actual parameters
Error executing cl.exe.

HTFTP.obj - 3 error(s), 3 warning(s)

Received on Friday, 24 September 1999 12:28:30 UTC