I have a
VB.NET program that needs to programmatically use FTP to send files from one machine to another. WININET.DLL has functions which appear to be suited to this. I am having trouble getting it to work. On the call to function ConnectServer in the DLL, even though it returns non zero handle, the Err variable is non zero. Before posting some sample code, I would like to ask if anyone has done what I am trying, or is WININET.DLL only a VB6 product that is not usable on .NET. Thanks in advance.
Rob