FTP Delete non empty directory

I got it to work in two steps, on a server with restricted access, no SFTP, only FTP through commandline.

Like this :

mdelete folder_name/*
rmdir folder_name

Leave a Comment