FTPCommandA method call, which would be a prerequisite to calling the
InternetGetLastResponseInfo method. I figured I would wait to implement
the InternetGetLastResponseInfo until I could get a handle back. Good
point, though. I also saw somewhere that I could just call
internetReadFile() once I had a handle back, which is already there.
Also, my commands are not ever being executed, even when I set the
expected response to false and provide a command that requires no
return.
Thanks for looking at it.
--Mike
-----Original Message-----
From: Byteway [mailto:[EMAIL PROTECTED]
Sent: Tuesday, January 10, 2006 2:16 PM
To: [email protected]; Mayle, Michael
Subject: Re: [development-axapta] Re: How to send file to FTP
Hi,
I think you first have to implement the InternetGetLastResponseInfo
method.
Then only when there is a respected response (boolean), the last
paramater (the handle to the executed command) can be used. And that is
where the method InternetReadFile comes in.
| |
SPONSORED LINKS
| Computer part | Programming languages | Microsoft axapta |
| Support exchange |
YAHOO! GROUPS LINKS
- Visit your group "development-axapta" on the web.
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

