file-transfer
Access files on a file server via IIS
In an application we are developing, I have access to a database table which gives me the path to some files that are available on a file server. This file server is accessible from the machine on whi[详细]
2022-12-21 13:34 分类:问答How to detect that a file was successfully received by a web client?
My question is similar to this post but I have to do the same using IIS, ASP.NET, and C#. None of the methods in the HttpResponse class provide feedback if the data was sent or not, Transm开发者_如何[详细]
2022-12-20 23:40 分类:问答Java Sockets - Files transfered simulatanously with other data over one connection
I have a multi-threaded server that handles client requests, and makes new threads for each one that is connected. This is working great and I am able to send \"text\" messages back and forth to the s[详细]
2022-12-18 12:24 分类:问答Transfer file over socket
I found this code witch I tried and it works great but(!). I want to store the file in a folder that I will choose and also get it from a folder that I again will chose. Since the Sender get an argume[详细]
2022-12-15 13:02 分类:问答Calculating Throughput for a Webservice download
I have a client server application which exchanges XML documents for data requested by the client. Essentially the user enters some search constraints (attributes to match) and the client communicates[详细]
2022-12-14 21:46 分类:问答Tips / Examples on sending an Image file (jpeg, png) over socket programming?
I\'ve heard that we can somehow send an image file with binary over a socket... But I have no idea on how to convert an image file into binary or how to even think of sending it over a socket...[详细]
2022-12-12 23:32 分类:问答file transfer in asp.net web site
I want to transfer files between any 2 active users on my website and have no idea how to go about it....can it be done through sockets???? i know this would be very hard to do since there has to be a[详细]
2022-12-10 15:42 分类:问答Efficient file transfer from Java server to multiple C++ clients?
I need to transfer files fast over the Internet from a Java server to C++ clients, where often many clients would need the same files.I was looking at say transferTo() in Java which sounds like it wou[详细]
2022-12-10 07:45 分类:问答