tjibbevanderlaan / chromeos-filesystem-sftp

ChromeOS app to access SFTP server
https://chrome.google.com/webstore/detail/shared-network-folder-sft/gbheifiifcfekkamhepkeogobihicgmn
BSD 3-Clause "New" or "Revised" License
81 stars 21 forks source link

Can't delete non-empty directories #47

Closed DSteve595 closed 9 years ago

DSteve595 commented 9 years ago

Deleting folders that contain one or more files results in the Files manager spitting out "An error occurred. Some items may not have been deleted." To delete the folder, I have to delete all files inside it. Then, the now-empty is able to be deleted.

P.S. Love the app! Props for being one of the first to use this API, and doing it really well.

yoichiro commented 9 years ago

@DSteve595 I understood and could reproduce this issue. I intend to fix this. Thank you for the report!

yoichiro commented 9 years ago

Just implemented. #49

yoichiro commented 9 years ago

@DSteve595 I have just released the new version 1.5.0 including supprting to delete a directory recursively. Close this issue. Thank you for the report!

DSteve595 commented 9 years ago

Thanks so much!