file-transfer
Access LAN files from DMZ
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[详细]
2023-02-15 02:06 分类:问答C# Create Directory based on ZIP code value of file and Transfer Files using System.IO, System.Data, & CSVReader
Existing App: I have a C# app that runs a search and fetches matching lead files and throws them into a specificied directory.[详细]
2023-02-13 09:14 分类:问答Sending file with custom attributes over a network
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.).[详细]
2023-02-11 07:21 分类:问答The given path's format is not supported
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[详细]
2023-02-10 11:00 分类:问答Is there an 'optimal' buffer size when using send()?
Let\'s say you\'re transferring a file of arbitrary length in chunks over TCP/IP: looping... read(buffer, LENGTH)[详细]
2023-02-09 08:23 分类:问答WCF download file control
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.[详细]
2023-02-07 15:02 分类:问答Can P2P be done without port forwarding?
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[详细]
2023-02-04 01:17 分类:问答how to achieve transfer file between client and server using java socket [duplicate]
This question already has answers here: Java multiple file transfer over socket (3 answers) Closed 6 years ago.[详细]
2023-02-03 23:27 分类:问答Transfer files between users of the same app with "cloud" storage
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[详细]
2023-01-31 08:20 分类:问答C# tcp socket client server transfer multiple files problem
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.[详细]
2023-01-29 04:55 分类:问答