Build precise queries to find exactly what you need
Press ESC to close
@daniel304
Favorites0
Views0
Projects1
please update your init files for both listener en passive in the debian packages status() { if [ -f /usr/local/ncpa/var/ncpa_passive.pid ]; # needs space before ] and said ncpa_posix_passive then pid=`cat /usr/local/ncpa/var/ncpa_passive.pid` # said ncpa_posix_passive echo "Process running with PID $pid" else echo "Process is not running." fi }
Reviewed 11 years ago
LFTP won't just overwrite a local file 36a37 > FILEPUT=${FILEDIR}${FILENAME}.put 105c106 /dev/null --- > ${LFTP} -u ${USERNAME},${PASSWORD} -p${PORT} -e "GET ${FILENAME} -o ${FILEPUT}; QUIT" ${HOSTNAME} &> /dev/null 109a111 > rm ${FILEPUT} 120d121
Reviewed 13 years ago