https://github.com/nymann/ftp-receiver
https://github.com/nymann/ftp-receiver
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/nymann/ftp-receiver
- Owner: nymann
- Created: 2022-10-05T19:00:32.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-10-22T23:37:43.000Z (over 3 years ago)
- Last Synced: 2025-03-28T21:06:48.708Z (about 1 year ago)
- Language: Python
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ftp Receiver
1. Checks existing files in output directory.
2. List files in root directory on FTP server.
3. Downloads all files which filename is not present in the output directory.
4. After each file download, publish an event to Kafka with the name of the downloaded file.
## Configuration
The application is configured via environment variables. See `example.env`.
## Development
For help getting started developing check [DEVELOPMENT.md](DEVELOPMENT.md)