constantine-fry / rebekka

Rebekka - FTP/FTPS client in Swift.
BSD 2-Clause "Simplified" License
87 stars 56 forks source link

Uploading a file in an empty directory #19

Open GhadaFullStack opened 7 years ago

GhadaFullStack commented 7 years ago

Hello, Empty directories throws exception when listing them but i found a workaround to solve the issue and i posted it in issue #10. But now i'm facing a new bug, i can't upload a file in an empty directory it returns always an error (The app doesn't crash) and when i upload the same file to another filled directory every thing goes fine. I'm using the same code of upload from the documentation. Can you please try to find out the problem ?