VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Fast File Transfer (Winsock)

Alper ESKIKILI�  (5 Submissions)   Internet/HTML   Advanced   Wed 3rd February 2021

This code is like a winsock tutorial, it explains how to send files (of any size) to any ip using winsock.I've assumed that the reader knows only the basics of winsock...so i've explained it in.
PLEASE VOTE CODE!

Inputs
Private Declare Function PathFileExists Lib "shlwapi.dll" Alias "PathFileExistsA" (ByVal pszPath As String) As Long Private Declare Function PathIsDirectory Lib "shlwapi.dll" Alias "PathIsDirectoryA" (ByVal pszPath As String) As Long

Assumes
Elemantry Using Winsock

Returns
Boolean parameters

Rate Fast File Transfer (Winsock) (5(5 Vote))

Download Fast File Transfer (Winsock)

Fast File Transfer (Winsock) Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters