MSN Messenger

Everything else that doesn't fall into one of the other PB categories.
Killswitch
Enthusiast
Enthusiast
Posts: 731
Joined: Wed Apr 21, 2004 7:12 pm

MSN Messenger

Post by Killswitch »

My friends and I share a lot of documents, photos, .mp3s - the usual - over MSN messenger. This can take a lot of time, espically when we want to send large files to a lot of different people.

I've had the idea of writing a program that allows you to choose some files, compress them then send them to people over msn automaticall.

Basically, does anybody know how to get MSN messenger to send a file?
~I see one problem with your reasoning: the fact is thats not a chicken~
Num3
PureBasic Expert
PureBasic Expert
Posts: 2812
Joined: Fri Apr 25, 2003 4:51 pm
Location: Portugal, Lisbon
Contact:

Post by Num3 »

AFAIK, messenger opens a direct connection to your recipient for the file transfer... So that's the max speed you'll ever have :P

This could be possible if you had an external program to send something like a special keyword, let's say "FILEGETAT:youip:fileid" and the receiver would copy/paste it into the same program running the other side...

Not to good, but an option...
User avatar
Joakim Christiansen
Addict
Addict
Posts: 2452
Joined: Wed Dec 22, 2004 4:12 pm
Location: Norway
Contact:

Post by Joakim Christiansen »

Num3 wrote:AFAIK, messenger opens a direct connection to your recipient for the file transfer... So that's the max speed you'll ever have :P
MSN is sending files very slow on my machine, Skype is a little faster.
And DC++ is the fastest (using max upload bandwith).
I like logic, hence I dislike humans but love computers.
Bonne_den_kule
Addict
Addict
Posts: 841
Joined: Mon Jun 07, 2004 7:10 pm

Post by Bonne_den_kule »

I don't think MSN is using a direct connection.
Killswitch
Enthusiast
Enthusiast
Posts: 731
Joined: Wed Apr 21, 2004 7:12 pm

Post by Killswitch »

I mean just prompt MSN to send a file the way it usually does. All I wanna do is compress the file with my program to speed up the transfer time that way.
~I see one problem with your reasoning: the fact is thats not a chicken~
dagcrack
Addict
Addict
Posts: 1868
Joined: Sun Mar 07, 2004 8:47 am
Location: Argentina
Contact:

Post by dagcrack »

why would you compress an already compressed file like an mp3 or a jpg? etc..

You could yes optimize data, compress some other data, send in nice bunchs of packets. maybe make it multi threaded by spliting a file into several parts depending on size and go from there. Remember he limit you'll have will be your actual upstream, and if thats over your friends downstream (I think that wont happen on most cases) he will be limited by his downstream.

generally if you can download at lets say 512kbps then you can upload at 128kbps (wont go up from 13kb/s) .. (now, theres some real lame ISP companies doing A MESS with their up and down streams, they send w/e they think they should, or even limit everything, but thats another story, stupids!).

Indeed Messenger file system is ugly, you should start using FTP instead buddie ;)

Get an ftp server.. host your files, share, let your friends upload to your server, etc. that will be better. If you have no experience hosting services, PM me and i'll help you with anything you need, but its quite simple :) You could even programm a basic ftp server in PB (basic, because thats all you need, send, recieve, rename, delete, make dir, etc).


Cheers
Nik
Addict
Addict
Posts: 1017
Joined: Fri May 13, 2005 11:45 pm
Location: Germany
Contact:

Post by Nik »

As som of you coulkd know i am developping my own messenger and we had test with peer to peer file transfer beeing 17% faster than the MSN one. In the Moment we have no filetransfer implemented because pb has its thrad problems but we will implement it over an external .exe its just a matter of time.
btw visit www.komani.de (german)
bye Nik
Post Reply