Project Description
I'm looking for a developer to create a Windows client application that syncs documents to a remote server, similar to Dropbox. The app should support both Windows 10 and 11.
The server will be a Windows 11 PC, turned on all the time, running behind a draytek firewall with a static IP and DNS name pointing at that IP. This could be a new server service, or an industry standard service such as FTP, webdav or whatever is appropriate for easy comms
The clients will be Windows 10 and 11 pcs, maybe 10 or 15 total clients. They will connect from hotels and event venue wifi service and sometimes from tethered phones.
It’s a one off app, will not be sold and just for my private use
The first time the app runs it needs to ask for the name of the PC (which is a 2 or 3 character code) and write this into registry, then minimise to the system tray.
At each subsequent launch and then hourly thereafter, and also on demand using an option on the system tray icon, the app needs to do the following:
1. copy the file "%userprofile%\Documents\VirtualDJ\History\tracklist.txt" up to a tracklist log folder on the server with a date e.g "<PC Name> Tracklist log <Date and Time>.txt" - This is just for archiving, no need to sync this file again.
2. Upload the entire content of "%userprofile%\Documents\VirtualDJ\Tracklisting\" (but not "zOthers" subfolders) up to the server into "Tracklisting\<PC Name>" folder
3. Download the contents of server folder "Tracklisting" down to local folder "%userprofile%\Documents\VirtualDJ\Tracklisting\zOthers"
4. Upload the entire content of "%userprofile%\Documents\VirtualDJ\Playlists\" (but not "zOthers" subfolders) up to the server into "Playlists\<PC Name>" folder
5. Download the contents of server folder "Playlists" down to local folder "%userprofile%\Documents\VirtualDJ\Playlists\zOthers"
6. Perform the MP3 updates task which involves:
a. Look for zip files waiting on web server
b. check to see if the zip file has already been downloaded
c. if New, then download the zip file and extract it to x:\
d. delete the downloaded zip file and make a record in the registry or a local text file that this zip file has been completed.
7. log everything done in a local log file and copy the log up to the server.
The options on the tray icon need to be: quit, sync now, last sync time, next sync times
The paths need to be editable in a settings window, and perhaps 2 extra possible paths for future needs.