VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



File transfer using Winsock API (Client + Server)

by Luis Cantero (14 Submissions)
Category: Internet/HTML
Compatability: Visual Basic 5.0
Difficulty: Intermediate
Date Added: Wed 3rd February 2021
Rating: (2 Votes)

This is a small example of how to make a listening server and a client that sends a file to it using Winsock API. How it works?: You need to open the server, then the client, select a folder containing images (BMP, GIF or JPG), for each image, you will need to select a value from the 3 combo boxes (these properties describe each image in some way), then you just enter the server's IP address and click on Send. The server accepts only one connection at a time (it stops listening until the transfer is complete), however, it can be modified to accet multiple connections. It uses a protocol similar to SMTP to get the image and its properties. It then saves the image and stores its info in a DB. Please vote if you like it. Thanks.

Rate File transfer using Winsock API (Client + Server)

Download File transfer using Winsock API (Client + Server)

Download File transfer using Winsock API (Client + Server) (51 KB)

File transfer using Winsock API (Client + Server) Comments

No comments have been posted about File transfer using Winsock API (Client + Server). Why not be the first to post a comment about File transfer using Winsock API (Client + Server).

Post your comment

Subject:
Message:
0/1000 characters