#2428 closed defect (fixed)
drop-upload: don't upload "hidden" files, or files under "hidden" directories
Reported by: | daira | Owned by: | daira |
---|---|---|---|
Priority: | normal | Milestone: | 1.12.0 |
Component: | code-frontend-magic-folder | Version: | 1.10.0 |
Keywords: | drop-upload, docs, magic-folder | Cc: | |
Launchpad Bug: |
Description
A hidden file/directory is one that has a name starting with ".", or that has the hidden or system attribute on Windows. The motivation for not uploading these is that they are often used for temporary files. This behaviour needs to be clearly documented.
When we implement remote-to-local sync for Magic Folder, there will be other categories of names that shouldn't be synced.
Change History (7)
comment:1 Changed at 2015-05-22T00:25:30Z by daira
- Component changed from unknown to code-frontend-drop-upload
comment:2 Changed at 2015-06-01T16:11:09Z by daira
- Keywords magic-folder added
comment:3 Changed at 2015-09-04T10:53:44Z by dawuud
untested work in progress here https://github.com/david415/tahoe-lafs/tree/1710.ignore-temp-files.0
comment:4 Changed at 2015-09-04T12:31:04Z by dawuud
ok i fixed this code and wrote unit tests needs review
comment:5 Changed at 2015-09-14T10:35:03Z by dawuud
daira code reviewed here: https://github.com/david415/tahoe-lafs/commit/a43254ef42d8a9f426e2389be1af70a9dd2e0799
made the corrections in my dev branch: https://github.com/david415/tahoe-lafs/tree/2428.ignore-hidden-and-temp-files.0 https://github.com/david415/tahoe-lafs/commit/02b099c821502ef3d43feb071c7c3db7d59a68bf
comment:6 Changed at 2015-09-21T15:08:53Z by dawuud
- Resolution set to fixed
- Status changed from new to closed
comment:7 Changed at 2016-03-22T05:02:52Z by warner
- Milestone changed from 1.11.0 to 1.12.0
Milestone renamed
Add magic-folder keyword to all drop-upload tickets.