Need Descriptive architecture to develop file server in dot net.
- by Vivek
Hello All,
I have to develop a file server service that transfer file form a specified location to its client.Client when starts, requests file to server for current date. Server transfer those file to client.
Now constrains are as
1.Application run in intranet.
2.Need to transfer multiple file at a single transaction.
3.File size may be in GB.…