Best method to transfer file over a LAN

Hello all.

Ive been using the auto discovery class to transfer files over a LAN. It works, but is inconsistent. It does not like files that are about like 10K. It appears to disconnect especially when files are around 79k.

I have not been able to improve this at all and am wondering if this method is really the best way to go. Can anyone suggest the best method to transfer files (really copy them) over the LAN?

Thank you
Tim

1 Like
  1. Use Auto Discovery to send a token to the client.
  2. If the client accepts, the client establishes a TCP connection to the sender.
  3. Once the sender has received the token (validating the session), the sender then transfers the file data.