News:

SMF - Just Installed!

Main Menu

How repair this scripts, ssh-upload

Started by kalpana, Oct 18, 2023, 04:25 AM

Previous topic - Next topic

kalpana

How repair this scripts, ssh-upload

#!/bin/bash
#7$UPLPOAD
#usage:this_script
HOST='li******'
USER="4*******"
PASSWD="by*****"
ncftpput -u $USER -p $PASSWD $HOST / /root/highway-cams/road-videos/*mp4
exit 0