Not able to delete file from the server?
Posted
by
kvijayhari
on Server Fault
See other posts from Server Fault
or by kvijayhari
Published on 2010-12-24T11:02:25Z
Indexed on
2010/12/24
11:55 UTC
Read the original article
Hit count: 198
filesystems
|file
I've a file called piture-list.php in my website...
When i see them through the ftp client it shows two files with different filesizes..
as
File name filesize picture-list.php 19818 picture-list.php 9063
When i select the file with 9063 and delete using ftp it deletes the file with the filesize 19818
then i used the command prompt to list files and happened to see actually there were two files one with the original name and other with a space before the filename (" picture-list.php")..
I tried to move, delete the file but nothing is successful..
What may be the issue??
© Server Fault or respective owner