Moving case sensitive Linux files via Windows
Posted
by sunwukung
on Server Fault
See other posts from Server Fault
or by sunwukung
Published on 2010-04-13T08:47:19Z
Indexed on
2010/04/13
8:53 UTC
Read the original article
Hit count: 368
Hi the company I work for is currently trying to move a Magento installation from one server to another - however, the product images are saved in folders alphabetically indexed folders - but with an added twist, some of the letters are the same but have a different case -
i.e.
a, A, b, C, D, e, E, f, F, G, h, I
That being the case, when we try to drag those files down from FTP in order to move them, Windows does not honour the case sensitive distinction and we are losing several image folders. Is there a simple workaround for this issue? Any help is greatly appreciated.
regards SWK
© Server Fault or respective owner