We have an application that stores files on a file server in our LAN.Now, they want a web application to make the files available on our public web server (in the DMZ).What\'s the best method for acce
Existing App: I have a C# app that runs a search and fetches matching lead files and throws them into a specificied directory.
I 开发者_开发百科want to create a client-server program that allows the client to send a file to the server along with some information about the file (sender name, description, etc.).
I try to move files with code below from ftp://a.domain.con to ftp://b.domain.con Public Function TransferFile(ByVal originalFile As String, ByVal destinationFile As String, ByVal userName As String
Let\'s say you\'re transferring a file of arbitrary length in chunks over TCP/IP: looping... read(buffer, LENGTH)
I\'m writing an application that controls the client downloads, Ineed know when a download is successful, but I need do it in the server side, but idon\'t find something like this.
I was making a simple file transfer program through IRC and when I was reading up I saw that IRC when shar开发者_如何学JAVAing a file creates a direct connection between the two users independent of t
This question already has answers here: Java multiple file transfer over socket (3 answers) Closed 6 years ago.
I am building an WPF app that need to exchange some very small xml files with other users. I\'m currently looking into peer2peer networking, but I need the sender of the files to be able to send witho
I have 2 applications, one is server-app and the other is client-app. both are on same computer.Client has one button. When this button is clicked, client starts downloading files from server.