使用rsync往服务器上传文件时,client报如下异常:
@ERROR: auth failed on module XXX rsync error: error starting client-server protocol (code 5) at main.c(1503) [Receiver=3.0.6]
django默认不支持websocket,需要安装组件:
shellpip install channels daphne
pip install channels daphne