by Alper ESKIKILI� (5 Submissions)
Category: Internet/HTML
Difficulty: Advanced
Date Added: Wed 3rd February 2021
Rating:
(5 Votes)

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
Code Returns
Boolean parameters