I am connected to a Unix server and I am trying to, via FTP, delete the directory dir with several files in it. If I use
dir
ftp> delete dir/* >
I'm using Filezilla, and it deletes folders recursively. I believe the ftp does not have a command that recursively deletes folders.