I accidentally copied most of the folder tree from a working copy of SVN to my shared Windows web host via FTP.
The site is now littered with .svn files, and I need a way to clean them. The only access to the server is via FTP or running a script on the server.
Does anyone have a script that can be remotely run to delete files via FTP from my development machine (any Windows / Linux language is fine) or a script in ASP, ASP.net or PHP, I can run it directly on a Windows server so that delete these directories?
Loftx source
share