What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [Help!] FTP upload

[Help!] FTP upload
Author: Message:
Ezra
Veteran Member
*****

Avatar
Forgiveness is between them and God

Posts: 1960
Reputation: 31
37 / Male / Flag
Joined: Mar 2003
RE: [Help!] FTP upload
quote:
Originally posted by rob_botch

Thnak you very much. I can work out what most of the variables refer to, but there are a few properties that I am a bit confused about:

What is ConnectionHandle (and its value?)
What does "result" refer to?
What are the properties DetailsArray.DP and dpname?


Thank you,

Robert

The ConnectionHandle is the pointer to the Connection you started, this way you could handle more than one connection.

result is the result you get back from the api to see if everything went ok.

DetailsArray.DP is the location of the file you want to upload and dpname is the filename

BTW: Dempsey forgot the to make the connection :P
code:
ConnectionHandle = Interop.Call('wininet', 'InternetOpenW', 'Connectionname', 0, 0, 0, 1);

This post was edited on 07-07-2006 at 09:47 AM by Ezra.
[Image: 1-0.png]
             
07-07-2006 09:43 AM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[Help!] FTP upload - by rob_botch on 07-07-2006 at 09:23 AM
RE: [Help!] FTP upload - by Ezra on 07-07-2006 at 09:28 AM
RE: [Help!] FTP upload - by rob_botch on 07-07-2006 at 09:30 AM
RE: [Help!] FTP upload - by Dempsey on 07-07-2006 at 09:38 AM
RE: [Help!] FTP upload - by rob_botch on 07-07-2006 at 09:42 AM
RE: [Help!] FTP upload - by Ezra on 07-07-2006 at 09:43 AM
RE: [Help!] FTP upload - by Eljay on 07-07-2006 at 02:36 PM
RE: [Help!] FTP upload - by rob_botch on 07-08-2006 at 08:00 AM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On