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
Printable View
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
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.