MsgPlus.UploadFileFTP() - 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: MsgPlus.UploadFileFTP() (/showthread.php?tid=91184)
MsgPlus.UploadFileFTP() by toto69230 on 06-24-2009 at 01:50 PM
hello
does this order allow of meter a file on an Internet site but to remove a file how one makes?
I have evil has to express me lol
I would like to remove a file on my site since a script
RE: MsgPlus.UploadFileFTP() by matty on 06-24-2009 at 03:54 PM
No you cannot use the UploadFileFTP to delete a file from an FTP server.
The function has 2 purposes:
1) To check to make sure the credentials are correct to login (this is done by not passing a file path)
2) To upload a file.
You would need to use the Win32 API for FTP functions but the callback is an asynchronus callback and not recommended to be used in Messenger Plus!.
Recommendation: Create an ActiveXObject or C++ DLL to do what you need to do.
RE: MsgPlus.UploadFileFTP() by toto69230 on 06-24-2009 at 05:52 PM
ok thank you and how I makes?
RE: MsgPlus.UploadFileFTP() by matty on 06-24-2009 at 06:59 PM
Google?
http://www.google.ca/search?hl=en&client=firefox-...&btnG=Search&meta=
http://www.google.ca/search?q=How+to+create+a+c%2...=org.mozilla:en-GBfficial&client=firefox-a
|