|
Re: Building an app to manually deploy code
I use C++, but the concept is the same.
I have a Windows BAT file that opens a FTP connection, deletes the previous backup file, renames the current deploy to the backup file name, and sends the current build.
This sounds pretty much like what your program would do, and we find it very helpful.
|