VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Make Your Own FTP Client

Vikramjit Singh  (4 Submissions)   Internet/HTML   Visual Basic 3.0   Unknown Difficulty   Wed 3rd February 2021

Make a simple FTP Client that allows you to read and write to a remote computer

Inputs
The IP address and local file name , path.

Assumes
Set Project Refrences to MSINET.OCX before you run the code Or you could set Project components and check on Microsoft Internet transfer control...then drag the MSINET control onto the form.In that case comment the line 'Dim Inet1 As New InetCtlsObjects.Inet

Side Effects
'******************NOTE************** ' This code runs fine on a local intranet... for ALL versions of VB. ' This code has also been tested by me to work on the INTERNET for VB5 ' (SP3). if you have VB5 PLEASE upgrade to SP3...to resolve known ' bugs in INET. The code will then run like a breeze. VB 5 SP3 is FREE ' at http://www.microsoft.com/msdownload/vstudio/sp97/vb.asp

Rate Make Your Own FTP Client (105(105 Vote))
Make Your Own FTP Client.bas

Make Your Own FTP Client Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters