VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Very basically FTP-Client

Philipp 'Schlaubi' Stern  ()   Internet/HTML   Visual Basic 3.0   Unknown Difficulty   Wed 3rd February 2021

Connects with a FTP-Server and transfers a file to it. I use it to transfer my IP to my HP every time I connect to the net

Inputs
Server, Password

Assumes
Place two winsock-elements on a form and paste the code into it You have to know some basic things about FTP-connections, the data transferred to or from the server is send over a second connection, called data-connecton. The first connection is called control-connection, over it you send your requests and login. If you want to kinow more about it, read RFC 959 ( search with Yahoo for it) The code doesn't function without some editing, you have to change the FTP-Server and Password, please read my comments in the code

Rate Very basically FTP-Client (8(8 Vote))
Very basically FTP-Client.bas

Very basically FTP-Client Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters