Fix Error 36 on Mac
When ever I try to move a file from an FTP server to my desktop I always get an error saying some data cant be read or written. I have tried it with like five different FTP's and I get the same error. Does anyone know how to fix this? Here is a grap of the error.
If you run into this horribly inconvenient bug, there is a temporary solution until Apple gets their act together. It involves stripping the main file of its unneeded dot-underscore buddy. Dont worry, you wont lose anything important in the process. Heres what you can do:
1. Launch Terminal (Applications > Utilities) and type the following command, making sure to include a space at the end:
dot_clean
2. Select the folder on your Mac that is giving you trouble and drag it right to the Terminal window. A green cursor with a + symbol should appear before you release the mouse.
3. The path to that folder should have automatically appeared at the end of the Terminal command. For example, it might look like:
dot_clean /Users/UserName/Desktop/Test_Folder
4. Press Enter/Return to run the command. It will appear as if nothing happened, but try copying that folder to a MS-DOS volume now. Finder should magically allow it to be moved with no problem!
5. Repeat the entire process as needed for other folders that wont copy.
As you can see, this is not necessarily a major file or disk corruption issue. It is a pesky Snow Leopard bug that Apple will hopefully fix in the upcoming 10.6.3 update. In the meantime, this will allow users to copy and move files between drives as needed.