Create Windows Agent to upload files to server

Job ID: 33385129

Budget: €1,500 – €3,000 EUR

I need a windows based program that after install will require username and password, will verify those based on API request to the server. Then it will store returned hash value and will use it when uploading pictures to the server.

Uploading pictures will be very simple - after installation user will be able to choose folder. Then the program should get the name of the sub-directory and file from it and pass it to the server.

For example we have /New Folder/1/test.jpg - user is selecting /New Folder/ to be the one to service. Then the program automatically detects which files are not already sent and in this case will send to the server the test.jpg , id=1, hash = {hash} and etc.

We can detect if the image is being sent by many ways, we can rename them, we can store their destinations in file or DB, it's up to you.