|
Home > Archive > IIS FTP Server > September 2005 > Win 2003 ftp can't remove MAC files
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Win 2003 ftp can't remove MAC files
|
|
| Lisa Marie 2005-09-23, 5:54 pm |
| "Cannot Read From The Source File or Disk."
I get this error when I try to move, remove or copy file.
They are MAC files.
How do I get rid of these files?
Not all files just some.
Sincerely,
Lisa Marie
| |
| Chris Crowe [MVP] 2005-09-25, 5:52 pm |
| I am not sure if the following will help but you could try the following:
Try this open a command window and do this
Open a CMD.EXE window.
CD to the top of the mess.
Use: DIR /X /A to see the SHORT FILE NAMES of the files and directories
there.
Use a combination of CD, RD, and DEL and the SHORT FILES names reported with
DIR /X to delete
your way to the bottom and then back up the tree removing the files on the
way down and the directories on the way up.
RMDIR [/S] [/Q] [drive:]path
RD [/S] [/Q] [drive:]path
/S Removes all directories and files in the specified directory
in addition to the directory itself. Used to remove a directory
tree.
/Q Quiet mode, do not ask if ok to remove a directory tree with /S
Also see this kb article
http://support.microsoft.com/defaul...kb;en-us;120716
--
Cheers
Chris
Chris Crowe [IIS MVP]
http://blog.crowe.co.nz
"Lisa Marie" <LisaMarie@discussions.microsoft.com> wrote in message
news:F3FE3EFC-E779-4966-B693-F918A7DC54FB@microsoft.com...
> "Cannot Read From The Source File or Disk."
> I get this error when I try to move, remove or copy file.
> They are MAC files.
> How do I get rid of these files?
> Not all files just some.
> Sincerely,
> Lisa Marie
>
|
|
|
|
|