transfer
How to avoid UDP socket transfers limits?
I write a little program that sends file from client to server trough udp socket connection.. the program works correctly but if the file I transfer is larger than 8192 kb the stream stops and the fil[详细]
2023-01-17 10:23 分类:问答data loss when file is transfer from server to client using stream in c#
server side stream.BeginWrite(clientData, 0, clientData.Length, new AsyncCallback(CompleteWrite), stream);[详细]
2023-01-16 22:09 分类:问答Domain name transfer between registrars
We frequently take over the domain names of our clients when we take over the man开发者_如何学Cagement of their site. Normally the transfer progress goes fine. However sometimes we have issues with DN[详细]
2023-01-14 19:28 分类:问答duplex wcf service data transfer speed in IIS
I have a web service which sends messages back to the client via callback interface. The messages are sent on a different thread. The performance is pretty good when the service is self-hosted. Howeve[详细]
2023-01-14 10:55 分类:问答File Transfer returns weird characters
So I\'m trying to create a simple file transfer method. It\'s completely working for small files (a few bytes). But if I want to transfer a file with the size of 2 kB, it returns unicode characters in[详细]
2023-01-10 19:04 分类:问答Corrupted Binary Files after Transfer libcurl
I am transferring a binar开发者_如何学Pythony file (.exe) with FTP using libcurl, and saving it to a local file. The problem is that after the file is transferred, it is altered and is no longer a val[详细]
2023-01-10 12:50 分类:问答IPhone SDK file transfer resume support
I am trying to save voice recordings and transfer those files to my FTP server, typically ranging from 200kb up to 75 MB in size. I anticipate infrequent mid-session internet disconnections or app bei[详细]
2023-01-09 22:29 分类:问答Chunked encoding and content-length header
Is it possible to set the content-length header and also use chunked transfer encoding? and does doing so solve the probl开发者_开发技巧em of not knowing the length of the response at the client side[详细]
2023-01-08 13:22 分类:问答Asp.Net initiate transfer of 2 files with 'Save as' dialog
protected void Button1_Click(object sender, EventArgs e) { Response.ContentType = \"text/txt\"; Response.AppendHeader(\"Content-Disposition\", \"attachment; filename=\" + \"file.txt\");[详细]
2023-01-05 21:23 分类:问答Determining a computer's maximum hard drive data transfer rate programmatically with C#
I have written a small WPF widget using C# that displays the current CPU activity, RAM used and disk activity as three small percentage type bars. I have used the following PerformanceCounters for thi[详细]
2023-01-05 11:17 分类:问答