Please wait...
Easily switching among simple lists, timeline and Kanban board (coming soon) allows you to conveniently keep track of your projects anywhere anytime.
Attach any files from your OneDrive or Dropbox to any tasks, and share them with the team. download web directory with curl
Form your team, invite your friends or colleagues to the projects and work together. You can also control who can view or edit the tasks. If the directory has a simple index and
Sync your tasks and projects online and work from any of your devices. download web directory with curl
Get notified instantly when you are invited to a project, have a task assigned, or your colleague has completed a task, and more activities.
Feel both comfortable and familiar while managing tasks across your 27-inch PC, 10-inch tablet or 4-inch phone.
If the directory has a simple index and you want to grab multiple numbered files, use globbing: curl -O https://example.com[1-100].jpg Using the Remote Name Flag
: Follows redirects (essential if the server moves the directory).
: Applies the -O logic to every URL provided in the command. How to Handle Authentication
: Use -C - to resume a partial download instead of starting over. Summary Checklist Command Flag Save with original name -O Follow redirects -L Pass credentials -u user:pass Resume interrupted file -C - Download a range [1-100]
If the directory has a simple index and you want to grab multiple numbered files, use globbing: curl -O https://example.com[1-100].jpg Using the Remote Name Flag
: Follows redirects (essential if the server moves the directory).
: Applies the -O logic to every URL provided in the command. How to Handle Authentication
: Use -C - to resume a partial download instead of starting over. Summary Checklist Command Flag Save with original name -O Follow redirects -L Pass credentials -u user:pass Resume interrupted file -C - Download a range [1-100]