3

I tried to upload a folder on my Raspberry Pi using Cyberduck SFTP, this has ALWAYS worked for me, but now it doesn´t I have no idea why. Thank you in advance. Cyberduck

user13272
  • 71
  • 2
  • 5

1 Answers1

2

What is the output of executing this (on the Pi)?

ls -l /home/pi/minecraft

If the folder is, e.g., owned root and not world writable, regular users cannot place anything there.

goldilocks
  • 60,325
  • 17
  • 117
  • 234
developius
  • 288
  • 3
  • 17