How to delete more than one file using internet control from a FTP site.( like deltree or delete *.*)
Printable View
How to delete more than one file using internet control from a FTP site.( like deltree or delete *.*)
Do you want to delete from the FTP Server or from a client?
Michael Vlastos
Automation Engineer
Company Modus SA
Development Department
Greece, Athens
Use the FTP directive mdel like mdel *.txt will delete all the txt files on the server (Ftp site)
RK