[Fixed]-How to make Django 'listen' for file uploads to FTP server

1👍

This wouldn’t be an appropriate use of channels, which is about interaction via Websockets with the user’s browser.

You probably don’t need anything complicated though. The easiest thing would be a cron job every few minutes, which runs a Django command to check the FTP directory and trigger actions as necessary.

Leave a comment