Shoutbox

[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:

/sendfile C:\text.txt

firespell says:
Type /acceptfile to receive C:\text.txt From firespell.

Or is this a bad idea.


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:
File Transfer Plus


RE: [Help] file transfer script? by -dt- on 04-08-2007 at 02:49 PM

quote:
Originally posted by Markus
This already exists and still works fine:
File Transfer Plus
it doesnt work here : <
RE: [Help] file transfer script? by Felu on 04-08-2007 at 03:20 PM

quote:
Originally posted by -dt-
quote:
Originally posted by Markus
This already exists and still works fine:
File Transfer Plus
it doesnt work here : <
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.