What is the best way to remove duplicate files on web hosting's FTP server?
Posted
by
Eric Harrison
on Server Fault
See other posts from Server Fault
or by Eric Harrison
Published on 2012-03-23T16:14:46Z
Indexed on
2012/03/23
17:31 UTC
Read the original article
Hit count: 292
ftp
|web-hosting
For some reason(Happened before I started working on this project)- my client's website has 2 duplicates of every single file. Effectively tripling the size of the site.
The files look much like this:
wp-comments-post.php | 3,982 bytes
wp-comments-post (john smith's conflicted copy 2012-01-12).php | 3,982 bytes
wp-comments-post (JohnSmith's conflicted copy 2012-01-14).php | 3,982 bytes
The hosting that the website is on has no access to bash or SSH.
In your opinion, what would be the easiest way to delete these duplicate files that would take the least time?
© Server Fault or respective owner