Hi Guys,
I almost finish an application but I missing the last part, maybe you can give me some suggestions about how to do this thing:
My application creates a File on my Local Directory (For example... C:\Myfile.txt)
I need to send this file to another server by FTP Conection.
For example:
FTP Server: MY_FTPServer_Address
Login: Username
Passw: PAssw
I can do it manually or with a FTP Application and post the file over there, also I can do it outside my VB App with a scheduler task and a script or bat file.
But I would like to do it with my VB6 app. I'm in this part:
I created the file, I have the path and name in a variable (For example C:\MyFile.txt) and I just need with VB6 to open the FTP Server with my login and password and put the file over there, do you think is possible to do it inside VB6?
Thanks for any recomendation
Regards
MR
I almost finish an application but I missing the last part, maybe you can give me some suggestions about how to do this thing:
My application creates a File on my Local Directory (For example... C:\Myfile.txt)
I need to send this file to another server by FTP Conection.
For example:
FTP Server: MY_FTPServer_Address
Login: Username
Passw: PAssw
I can do it manually or with a FTP Application and post the file over there, also I can do it outside my VB App with a scheduler task and a script or bat file.
But I would like to do it with my VB6 app. I'm in this part:
I created the file, I have the path and name in a variable (For example C:\MyFile.txt) and I just need with VB6 to open the FTP Server with my login and password and put the file over there, do you think is possible to do it inside VB6?
Thanks for any recomendation
Regards
MR