Remove directories from commandline

Come here to discuss FileZilla and FTP in general

Moderator: Project members

Post Reply
Message
Author
shumi
500 Command not understood
Posts: 1
Joined: 2004-12-07 19:42

Remove directories from commandline

#1 Post by shumi » 2004-12-07 19:56

Hi! :D

Does anyone know if it is possible to remove a filled FTP directory from the commandline in dos, maybe through a batch file or something?
I'm getting tired of first deleting the dir's and files in a directory before i can remove the main directory. :(
It must be done from commandline because i want to use it in a script to automate some things.

GreetinX!!!

derf
550 File not found
Posts: 33
Joined: 2004-03-22 01:10
Location: Montréal, QC

#2 Post by derf » 2005-01-01 00:26

"DEL /?" will give you all available options, and in this case, you want "DEL /S"

Post Reply