­

#ftp

Recursively deleting files from FTP

brew install lftp
lftp -e 'glob -a rm -rf . && exit' -u user,password ftp://host.com/dir
view raw ftp_rm.sh hosted with ❤ by GitHub