Software Development - Category
(1 Page Total)
Page: 1
Date: 2025-08-01
URL: how-to-delete-a-poorly-named-file-in-linux-via-php
Title: How to Delete a Poorly Named File in Linux via PHP
Contents: Ever have an experience of developing a PHP site and accidentally create a file that WinSCP or Fillezilla nor any other filemanager is not able to delete? AND, no access to the command line !? Just means you'll have to do it manually. I wrote this script to do just that. Because the file name actually was 'C:\\data.csv', the 'C:\\' part was the problem. Those double slashes is what was keeping the FTP filemanagers like WinSCP and FIlezilla from deleting the fi...