
FTPGrab
CLI tool to periodically download files from FTP or SFTP servers

FTPGrab is a command-line application for automatically grabbing files from remote FTP or SFTP servers on a schedule. It is written in Go and distributed as a single binary or as a Docker image, making it practical to run on servers, desktops, and NAS devices.
Key Features
- Periodic downloads using an internal cron-style scheduler
- Supports multiple sources, with FTP and SFTP (SSH) connectivity
- Prevents re-downloads using hashing and an embedded key/value store to track previously downloaded files
- Include/exclude filtering using regular expressions and optional date-based filtering
- Retry support for failed downloads
- Ability to adjust downloaded file/folder permissions and ownership
- Modtime translation on downloaded files
- Notifications via email, Slack, webhooks, and other providers
- Enhanced logging for auditing and troubleshooting
Use Cases
- Pulling completed downloads from a seedbox to a home NAS on a schedule
- Periodic backup-like retrieval of files from remote FTP/SFTP servers
- Automated synchronization of specific folders with filtering and notifications
FTPGrab is a focused utility for scheduled file retrieval rather than a full bidirectional sync tool. Its single-binary and Docker delivery makes it straightforward to deploy across many platforms and architectures supported by Go.
Categories:
Tags:
Tech Stack:
Similar Services

Syncthing
Open-source, peer-to-peer file synchronization tool.
Open-source peer-to-peer file synchronization with TLS encryption, no central server, and a browser-based UI.

LocalSend
Open-source cross-platform local network file sharing app
LocalSend is a free, open-source app for fast, encrypted file and text sharing between nearby devices over a local network, available on desktop and mobile.
AList
Multi-storage file listing server with WebDAV and previews
AList is a multi-storage file listing and sharing server with WebDAV access, file previews, protected routes, uploads, and cross-storage file operations.

copyparty
Portable file server with fast resumable uploads and many protocols
Copyparty is a portable file server with a web UI, accelerated resumable uploads, deduplication, indexing, and support for WebDAV, SFTP, FTP and more.

qBittorrent
Cross-platform BitTorrent client built with Qt and libtorrent
qBittorrent is a fast, free, cross-platform BitTorrent client with a desktop UI and optional Web UI, built on libtorrent for efficient torrent downloading and seeding.

Nextcloud
Open-source collaboration platform for file sync and groupware
Nextcloud is an open-source content collaboration platform providing file sync & share, groupware (calendar, contacts, mail), real-time office editing, chat and video con...

Go
Docker