Automate periodic file transfers from remote FTP or SFTP servers to local storage, perfect for NAS or server environments.
FTPGrab is a command-line tool written in Go that automates downloading files from FTP and SFTP servers. Users define source servers and destination paths in a configuration file (like `config.yaml`), then run the `ftpgrab run` command, often scheduled via cron or a Docker container. It prevents re-downloading existing files, supports filtering, and can send notifications on completion or failure.
Automate periodic file transfers from remote FTP or SFTP servers to local storage, perfect for NAS or server environments.
Anyone needing to regularly sync files from remote FTP/SFTP sources to a local NAS, server, or computer without manual intervention.