View Full Version : How to upload small text file from within my vb6 form application?


tony007
04-11-2006, 10:05 PM
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
04-25-2006, 12:01 AM
The attached Word document, thanks to Joacim Andersson, explains how to upload files with VB6 via FTP. Hope it helps.

tony007
04-25-2006, 06:27 AM
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.