TReKiE / msnp-sharp

Automatically exported from code.google.com/p/msnp-sharp
0 stars 0 forks source link

Problem with File Transfer #192

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
1. File Transfer operation is very slow.
2. msnp-sharp client frequently recieves a 0 byte file and locked it, but the 
sender side shows "waiting for remote side to accept".

Original issue reported on code.google.com by 2884...@gmail.com on 17 May 2010 at 1:09

GoogleCodeExporter commented 9 years ago
Please give us more details, what version of the library you are using, and 
procedure to reproduce the problem.

Original comment by freezing...@gmail.com on 18 May 2010 at 7:28

GoogleCodeExporter commented 9 years ago

Original comment by freezing...@gmail.com on 20 May 2010 at 4:24

GoogleCodeExporter commented 9 years ago
Also having problems with file transfers...
I tested the examples from releases 258, 302 and 312, for all of them when I 
try to
send a file, after it is confirmed by the other user, the transfer never starts.
By the other side, receiving files works perfectly.

Original comment by igora...@gmail.com on 28 May 2010 at 1:19

GoogleCodeExporter commented 9 years ago
my code to send files is:

MSNSLPHandler msnslpHandler = conversation.Messenger.GetMSNSLPHandler(contact);
FileStream fileStream = new FileStream("C:\\Users\\Igor\\Documents\\Aih
Japonessss.docx", FileMode.Open);
P2PTransferSession session = msnslpHandler.SendInvitation(msn.Owner, contact,
"C:\\Users\\Igor\\Documents\\Aih Japonessss.docx", fileStream);

Original comment by igora...@gmail.com on 28 May 2010 at 1:21