Update / edit / delete LUUP files?

Hi,

I want to make my own devices files and smartphone UI- files (an iPad web-UI), which I then have to upload in the luup-files section.
There are then only the options to view or download the files.
How can I delete them before uploading an update?

Is there a quicker way to update code for testing while developing?

Thanks!

During Development, you [repeatedly] upload new versions that you’re editing “outside” of Vera. You use the File-Upload mechanism that Vera supplies as it’s compressing what you supply prior to it hitting the Flash storage. Each upload “overwrites” the prior copy on Vera, so there’s no need to delete anything unless you made a typo in the File naming.

As a Developer, you’ll also likely be logged into Vera via SSH. From there, you can delete anything you accidentally uploaded (or mis-named etc). It’s also how you see Vera’s log files, which is where your Plugin’s output goes (for debugging and such)