{"id":22253470,"url":"https://github.com/philippemarcmeyer/zipservice","last_synced_at":"2026-05-13T23:37:37.491Z","repository":{"id":105022626,"uuid":"224851254","full_name":"PhilippeMarcMeyer/zipService","owner":"PhilippeMarcMeyer","description":"A windows service that zips files individually from a given source folder to a given target folder ","archived":false,"fork":false,"pushed_at":"2019-11-30T22:55:02.000Z","size":117,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-12T15:39:38.343Z","etag":null,"topics":["csharp","dotnet","windows-service","zip"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PhilippeMarcMeyer.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2019-11-29T12:35:47.000Z","updated_at":"2019-11-30T22:55:04.000Z","dependencies_parsed_at":null,"dependency_job_id":"6fcd2a56-84b7-4c09-8319-c276643b44e6","html_url":"https://github.com/PhilippeMarcMeyer/zipService","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/PhilippeMarcMeyer/zipService","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PhilippeMarcMeyer%2FzipService","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PhilippeMarcMeyer%2FzipService/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PhilippeMarcMeyer%2FzipService/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PhilippeMarcMeyer%2FzipService/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PhilippeMarcMeyer","download_url":"https://codeload.github.com/PhilippeMarcMeyer/zipService/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PhilippeMarcMeyer%2FzipService/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33004677,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"ssl_error","status_checked_at":"2026-05-13T13:14:51.610Z","response_time":115,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["csharp","dotnet","windows-service","zip"],"created_at":"2024-12-03T07:18:34.790Z","updated_at":"2026-05-13T23:37:37.486Z","avatar_url":"https://github.com/PhilippeMarcMeyer.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# zipService\nA windows service that zips files individually from a given source folder to a given target folder \nI did it as a self training to learn about compression with .Net\nThis service is very simple, minimal, you might want to use the code as a starter to build something else.\n\n\nv 1.00 : First release\n\n### Configuration :\nin App.config if you use the source or in \\bin\\Release\\zipService.exe.config is you use the compiled zipService.exe\nset the timer speed : default is loop every 15 seconds,the source folder where you will put the files to compress and the destination folder (targetFolder) where the sipped files will go.\n\nTake notice that the source files are destroyed in the process\n(I don't assume any guaranty for that)\n\n```\n  \u003cappSettings\u003e\n    \u003cadd key=\"loopSpeedInSeconds\" value=\"15\" /\u003e\n    \u003cadd key=\"sourceFolder\" value =\"c:\\testzip\\\"/\u003e\n    \u003cadd key=\"targetFolder\" value=\"c:\\testzip\\done\\\"/\u003e\n  \u003c/appSettings\u003e\n```\nTo install the service, search for cmd, right click to execute as administrator and type :\n```\nsc.exe create ZipService binPath= \"C:\\...yourpath..\\bin\\Release\\\\zipService.exe\"\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphilippemarcmeyer%2Fzipservice","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphilippemarcmeyer%2Fzipservice","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphilippemarcmeyer%2Fzipservice/lists"}