FTP Delete non empty directory

前端 未结 6 1746
走了就别回头了
走了就别回头了 2020-12-08 06:44

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

ftp> delete dir/*
         


        
6条回答
  •  心在旅途
    2020-12-08 07:31

    I'm using Filezilla, and it deletes folders recursively. I believe the ftp does not have a command that recursively deletes folders.

提交回复
热议问题