VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Get a file from a FTP server using winsock.

Kristian Trenskow  (2 Submissions)   Internet/HTML   Visual Basic 3.0   Unknown Difficulty   Wed 3rd February 2021

This function shows how to get a file from an FTP site.

Inputs
Make a form (form1) and insert two winsock controls (winsock1 and winsock2). Then insert a command button (command1) and three labels (label1, label2 and label3). Then you need to add a module (module1), and last you need a timer (timer1). That's it.

Returns
A file

API Declarations
Type Com ' the type to the array, that tells the proggie witch command should be send after a certain reply from the server.
BackCode As String
Command As String
End Type

Rate Get a file from a FTP server using winsock. (3(3 Vote))
Get a file from a FTP server using winsock..bas

Get a file from a FTP server using winsock. Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters