staticftphostingstatic-sitecyberduck

Cannot upload select photos with Cyberduck


I'm currently using Cyberduck to get my static site up and running. The only issue I'm running into is being able to host 2 of my 5 images on my website.

The following 3 images will host:

And these two will not:

I checked the permissions on each image and they are all the same: rw-r--r-- (644). From typing this out it looks like the file sizes might be too large, but I've waited well over 18 hours and still these images will not host. The images are displayed when running on localhost.


Solution

  • Answered. Turns out that while running images locally, the file names are not case sensitive, however when using cyberduck they are.

    Conclusion: Make sure to name your files exactly as they are referenced in your HTML.