Hacker News new | ask | show | jobs
Looking for an IT solution suggestion: multiple users documents management
4 points by loocsinus 1596 days ago
Hello. I am new to IT. Need your help find a solution: My company has multiple workers scanning documents into their own PCs (not on LAN). After they go home for the night, We want to store all files in a central server and make available for next day. Kind of like a source control system but simpler. Any software solution suggestion is appreciated. Thank you.
1 comments

Google Drive?
Is there a way to programmatically upload to google drive from each worker's local drive after they sign off for the day?
I am sure you can write scripts to copy/upload files to GoogleDrive. alternatively, users can map google drive in PC and directly save the file in GDrive.
Thank you. This is helpful.