Random Project

Nice plugin needs some fixes though

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