ftpgrab is a free, open source orchestration & scheduling project written in Go and released under MIT. It has 562 GitHub stars, 77 forks and 28 open issues, and was last pushed 24 days ago. On this registry it ranks #109 of 110 tracked projects in Orchestration & Scheduling, with 5 head-to-head comparisons available.

Documentation GitHub release Total downloads Build Status Docker Stars Docker Pulls
Codecov Become a sponsor Donate Paypal

About

FTPGrab is a command-line tool for pulling files from remote FTP and SFTP servers to your NAS, server, or computer. It is built for unattended transfers: you can point it at one or more remote sources, run it on a schedule, filter what should be downloaded, and avoid re-downloading files that were already grabbed. It can also send notifications after runs, so you can keep track of successful downloads, failures, and other activity without babysitting the job.

It works well for seedboxes, home servers, and any setup where files need to move reliably from a remote server to local storage. FTPGrab is available as a single executable and as a container image.

[!TIP] Want to be notified of new releases? Check out 🔔 Diun (Docker Image Update Notifier) project!

Documentation

Documentation can be found on https://crazymax.dev/ftpgrab/

Contributing

Want to contribute? Awesome! The most basic way to show your support is to star the project, or to raise issues. You can also support this project by becoming a sponsor on GitHub or by making a PayPal donation to ensure this journey continues indefinitely!

Thanks again for your support, it is much appreciated! :pray:

License

MIT. See LICENSE for more details.
Icon credit to Nick Roach.

Frequently asked questions

Is ftpgrab free to use?

ftpgrab is open source under the MIT licence. There is no licence fee and no seat count — you can self-host it or, where the project offers one, pay a vendor for a managed version instead.

What does ftpgrab do?

Grab your files periodically from a remote FTP or SFTP server easily

What is ftpgrab written in?

ftpgrab is primarily written in Go. Its source is publicly available at https://github.com/crazy-max/ftpgrab, and it has 562 GitHub stars.