[Help] file transfer script? - 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] file transfer script? (/showthread.php?tid=73255) [Help] file transfer script? by firespell on 04-03-2007 at 12:14 AM
I have built a file transfer program in C++ it is much faster than MSN's. Should I take it further and make a msg plus script which uses this program to transfer files using commands: RE: [Help] file transfer script? by Dennis Mike on 04-03-2007 at 12:20 AM
if is used in script /sendfile C:\\text.txt RE: [Help] file transfer script? by deAd on 04-03-2007 at 01:08 AM No, you would only need to escape it in the code. The user could type "/sendfile C:\file.txt", that would work fine (and in fact "/sendfile C:\\file.txt" is a different path). RE: [Help] file transfer script? by Eljay on 04-03-2007 at 07:23 AM Don't use "/sendfile", that would conflict with the already existing command for sending files through WLM transfer. RE: [Help] file transfer script? by user13774 on 04-08-2007 at 02:05 PM
This already exists and still works fine: RE: [Help] file transfer script? by -dt- on 04-08-2007 at 02:49 PM
quote:it doesnt work here : < RE: [Help] file transfer script? by Felu on 04-08-2007 at 03:20 PM
quote:nor here RE: [Help] file transfer script? by user13774 on 04-08-2007 at 05:18 PM It does here, but it requires open and forwarded ports, at least at the side of the sender. |