Help me : Need to Code for creating FTP file backup
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
I need to create a code in C++ to create FTP backups as in this tutorial.
The issue with this method is that every time a new backup is created it will replace the previous backups.
This tutorial uses a script using .DAT. I need to code the entire process with a minor modification(I need to create the new backups with the new name to avoid overwriting the previous files ).