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.git
Open terminal in Intranet_Sync directory.
pip install -r requirements.txt
Update DIR_URLS list inside main.py Also update DEST_PATH
python3 main.py
- Asynchronous GET requests for files
- GUI