[Help!] FTP upload - Printable Version -Shoutbox (https://shoutbox.menthix.net) +-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58) +--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4) +---- Forum: Scripting (/forumdisplay.php?fid=39) +----- Thread: [Help!] FTP upload (/showthread.php?tid=62731) [Help!] FTP upload by rob_botch on 07-07-2006 at 09:23 AM
I have written a script that generates an XML file. I now want to upload this file to an ftp server. How would I go about doing this? RE: [Help!] FTP upload by Ezra on 07-07-2006 at 09:28 AM
Take a look at this script: RE: [Help!] FTP upload by rob_botch on 07-07-2006 at 09:30 AM
Thank you. I have looked at that script, but it is quite complicated to transfer to my script, as it is already tailored to the needs of that script. What I want to do is (I think) less complicated. I just need the code to upload a file and then close the connection. RE: [Help!] FTP upload by Dempsey on 07-07-2006 at 09:38 AM
Something like... quote: RE: [Help!] FTP upload by rob_botch on 07-07-2006 at 09:42 AM
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: RE: [Help!] FTP upload by Ezra on 07-07-2006 at 09:43 AM
quote: 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 code: RE: [Help!] FTP upload by Eljay on 07-07-2006 at 02:36 PM hey.. whats with all the posting my code RE: [Help!] FTP upload by rob_botch on 07-08-2006 at 08:00 AM
It's because you are the only one with a script to do it! |