Bash Script for SFTP Server Download

Job ID: 38567374

Budget: $10 – $30 USD

I'm looking for a Bash shell script that will help me connect to a Linux SFTP server and download folders from a specific path.

Key Requirements:
- The script should iterate through all top-level folders in a specified fixed path on the SFTP server.
- Folders should be downloaded one by one, sorted from oldest to newest.
Don’t download empty folders , or Archive folder itself
Download only folders have file named ready.txt
- After each folder is downloaded, it should be moved to a local directory named "Archive".
- The script needs to utilize my existing username and password for the SFTP connection.

Ideal skills for this project include:
- Proficiency in Bash shell scripting
- Experience with SFTP server connections
- Familiarity with Linux environments

Please note that only top-level folders need to be processed. Subfolders within these top-level folders should be ignored.