"The Joshinator" wrote:
> I am having a problem with the ftp parameters for the InternetConnection()
> function of the wininet API. I am not using MFC for my own reasons, but am I
> correct that the server name must have this format: "ftp://ftp.mysite.org"
> and that the username and password is simply "myusername" and "mypassword"? I
> have also tried "www.mysite.org", "mysite.org", "ftp.mysite.org", and
> "ftp://mysite.org", but the function cannot connect to my server. Any help
> would be greatly appreciated.
>
> Thanks,
> -The Joshinator