Python Script to scrape and synchronize entire directories from Intranet - an Apache RedHat HTTP server
This script...
- Scrapes the remote directories (from DIR_URLS list)
- Compares with locally available files
- Asynchronously downloads missing files
Make sure you have Python 3 installed. Commands may vary for Windows environment.
git clone https://github.com/meet59patel/Intranet_Sync.gitOpen terminal in Intranet_Sync directory.
pip install -r requirements.txtUpdate DIR_URLS list inside main.py Also update DEST_PATH
python3 main.py- Asynchronous GET requests for files
- GUI