How to upload small text file from within my vb6 form application? (1 Viewer)

tony007

Registered User.
Local time
Today, 00:37
Joined
Jun 30, 2005
Messages
53
hi all .I am making an application that it has to upload .text file.(c:\myprog\test.txt) to a remote server via ftp but i do not know how to do it.The text file is in the same folder as my vb6 application. I do not want much fetures just it transfer the file to remote server and prompts the user that it finished transfering the file.I want the server information to be unchanable and need for user input.The main form has just a command button.Furthermore, i am looking for a solution that does not need any driver installation when the user uses the program.I be happy if an expert show me how i can achive this task.Thanks
 

yellow

Registered User.
Local time
Today, 08:37
Joined
May 16, 2002
Messages
122
The attached Word document, thanks to Joacim Andersson, explains how to upload files with VB6 via FTP. Hope it helps.
 

Attachments

  • using FTP in VB.doc
    49.5 KB · Views: 12,222

tony007

Registered User.
Local time
Today, 00:37
Joined
Jun 30, 2005
Messages
53
yellow said:
The attached Word document, thanks to Joacim Andersson, explains how to upload files with VB6 via FTP. Hope it helps.

Thank u for this nice cool article.
 

Users who are viewing this thread

Top Bottom