Dear All,
I want to make filing system program ( Client / Server ) and this is for LAN only.
The user will be able to upload files from local to server and download files from
server to local.
At this moment i'm just using simply network path to get the file over LAN, exp :
\\ComputerName\C$\[ File Name ] or [ Directories ]
the operations for copying the files or directories is using SHFileOperations

Now what i'm gonna to ask is, considering for the best way there's 2 thing in my mind.

1. still using the SHFileOperations or,
2. Using Winsock

If using winsock, considering the filesize are frighten me

Please your opinion i'm using VB 6.0

Best regard, Noob