by David Halter (1 Submission)
Category: Internet/HTML
Compatability: Visual Basic 3.0
Difficulty: Intermediate
Date Added: Wed 3rd February 2021
Rating:
(16 Votes)

This is a simple file transfer using the winsock control. It can resume a download if canceled or disconnected. I have seen other file transfer code on vbcoders.com, but I felt I needed to write one with resume.
Inputs
Files on the sending end.
Assumes
Sending files: make sure it is a path to the file with the file name.
Recieving files: Make sure you just have the path.
Code Returns
Files on the recieving end.
Side Effects
Little buggy if not used right.
API DeclarationsSleep