{"id":23997536,"url":"https://github.com/colinwilliams91/split-converge-scripts","last_synced_at":"2025-02-25T08:22:46.191Z","repository":{"id":226531232,"uuid":"768954448","full_name":"colinwilliams91/split-converge-scripts","owner":"colinwilliams91","description":"A way around file transfer limits using powershell buffers and write streams","archived":false,"fork":false,"pushed_at":"2024-03-08T04:20:58.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-07T22:46:32.097Z","etag":null,"topics":["buffers","diy","file-sharing","file-transfer","fix","hacking","how-to","powershell","powershell-script","scripting","tutorial","writestream"],"latest_commit_sha":null,"homepage":"https://dev.to/new","language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/colinwilliams91.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2024-03-08T03:24:54.000Z","updated_at":"2024-12-30T22:29:19.000Z","dependencies_parsed_at":"2024-03-14T03:15:19.086Z","dependency_job_id":null,"html_url":"https://github.com/colinwilliams91/split-converge-scripts","commit_stats":null,"previous_names":["colinwilliams91/split-converge-scripts"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/colinwilliams91%2Fsplit-converge-scripts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/colinwilliams91%2Fsplit-converge-scripts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/colinwilliams91%2Fsplit-converge-scripts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/colinwilliams91%2Fsplit-converge-scripts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/colinwilliams91","download_url":"https://codeload.github.com/colinwilliams91/split-converge-scripts/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240629207,"owners_count":19831806,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["buffers","diy","file-sharing","file-transfer","fix","hacking","how-to","powershell","powershell-script","scripting","tutorial","writestream"],"created_at":"2025-01-07T22:46:13.545Z","updated_at":"2025-02-25T08:22:46.077Z","avatar_url":"https://github.com/colinwilliams91.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Summary:\r\nIf you have a file, such as a `.zip` that exceeds the max size of your mode of transfer (such as email @ 25mb or something...)\r\n\r\n## To Use:\r\n1. Make sure the directory you clone these scripts into is in your PATH, else, you will need to invoke with full path to file\r\n2. Sender Runs:\r\n  - `split-file.ps1 -inFile \"C:\\path\\to\\your\\file.zip\" -buffSize 4MB`\r\n  - the out files will be named \"1\", \"2\", \"3\", ... to the current working directory\r\n  - you can pass whatever `-buffSize` you need for your file (e.g. `-buffSize 100KB`)\r\n3. Recipient Runs:\r\n  - `.\\converge-files.ps1 -outFile \"reassembled_file.zip\" -buffSize 4MB`\r\n  - this will search the current working directory, matching filenames that are incrementing digits\r\n  - you should pass the same `-buffSize` arg as you did to `split-file` for best results (resembling orig file)\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcolinwilliams91%2Fsplit-converge-scripts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcolinwilliams91%2Fsplit-converge-scripts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcolinwilliams91%2Fsplit-converge-scripts/lists"}