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:
Dempsey
Scripting Contest Winner
*****

Avatar
http://AdamDempsey.net

Posts: 2395
Reputation: 53
38 / Male / Flag
Joined: Jul 2003
RE: [Help!] FTP upload
Something like...

quote:
Originally posted by Status2FTP

//Connect
Interop.Call('wininet', 'InternetConnectW', ConnectionHandle, ConfigArray.Server, ConfigArray.Port * 1, ConfigArray.Username, ConfigArray.Password, 1, 1, 0);

   //Set FTP Dir
Interop.Call('wininet', 'FtpSetCurrentDirectoryW', result, ConfigArray.Directory);

   //Upload File
   Interop.Call('wininet', 'FtpPutFileW', result, DetailsArray.DP, dpname, 2, 0);

    //Close FTP connection
    Interop.Call('wininet', 'InternetCloseHandle', result);

SoundPacks   -   Scripts   -   Skins

that's not a bug, thats an unexpected feature
07-07-2006 09:38 AM
Profile E-Mail 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