we use msn.messenger.getFileTransferManager().sendFile(Email.parseStr(this.email), file);
send file,but only get 1k/second,why so slowly? The to account at a computer,from local to local.
And when I send jpg file ,the Windows Live Messenger will get error,can't receive it.
Did I used the wrong method?
Please help.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
It is slow cause currently all file transfers use the server as relay, and sometimes it is really slow. To make it work with p2p must involve a lot of work and a lot of time.
About the error while I was writing this post I have made several tests with windows live. At first all my tries to make file transfer failed it was for about for 4-5 minutes even I didn't received some of the file transfer requests from Live msng. but after that time I received those requests, and that they were cancelled and all my further tests were successful. It seems and that msn servers have problems from time to time.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
we use msn.messenger.getFileTransferManager().sendFile(Email.parseStr(this.email), file);
send file,but only get 1k/second,why so slowly? The to account at a computer,from local to local.
And when I send jpg file ,the Windows Live Messenger will get error,can't receive it.
Did I used the wrong method?
Please help.
It is slow cause currently all file transfers use the server as relay, and sometimes it is really slow. To make it work with p2p must involve a lot of work and a lot of time.
About the error while I was writing this post I have made several tests with windows live. At first all my tries to make file transfer failed it was for about for 4-5 minutes even I didn't received some of the file transfer requests from Live msng. but after that time I received those requests, and that they were cancelled and all my further tests were successful. It seems and that msn servers have problems from time to time.