VBAnalyser
Programmer
hi,
I'm using CInternetFile to write in a ftp file and CFtpConnection.OpenFile to create it. I should use GENERIC_WRITE in CFtpConnection.OpenFile to write in file but this opration force the ftp file to recreate and it loose its data .But i want to append data to file and i need old data in ftp file. What can i do? What is the problem?
I'm using CInternetFile to write in a ftp file and CFtpConnection.OpenFile to create it. I should use GENERIC_WRITE in CFtpConnection.OpenFile to write in file but this opration force the ftp file to recreate and it loose its data .But i want to append data to file and i need old data in ftp file. What can i do? What is the problem?