Click to See Complete Forum and Search --> : FTP


May 26th, 1999, 03:48 PM
Hi there,
How can handle FTP without using the FTP control (Internet transfer control)
Is there anything (API ??) available for this ?
thanks in advance
Chris

PJ Park
May 26th, 1999, 04:13 PM
You could try using the wininet api (wininet.dll) You will probably need the wininet.h file to figure out how to call the functions. I've never done it myself.