Re: FTP API



ama <a.m.a@xxxxxxxxxxxx> wrote:
> Here my FTP_OpenSession always returns TRUE
> but FTP_SendFile does not work....
>
> Also, GetLastError returns 12003.
> No idea what that means...

That would be ERROR_INTERNET_EXTENDED_ERROR. That means the remote
server failed the operation and sent you an error message. Retrieve it
with InternetGetLastResponseInfo
--
With best wishes,
Igor Tandetnik

With sufficient thrust, pigs fly just fine. However, this is not
necessarily a good idea. It is hard to be sure where they are going to
land, and it could be dangerous sitting under them as they fly
overhead. -- RFC 1925


.



Relevant Pages