Download Jar. Libraryless. Click here for Pure Java version (6601L/45K).
1 | !7 |
2 | |
3 | p { |
4 | File zipFile = programFile("mech-public-" + ymdWithMinuses() + ".zip"); |
5 | //dir2zip(remoteMechListMirrorsDir(), zipFile); |
6 | ZipOutputStream zipOut = zipOutputStream(zipFile); |
7 | for (S name : namesOfLocalMechListCopies()) { |
8 | Map meta = unstructMap_pcall(loadTextFile(remoteMechListMirrorMetaFile(name))); |
9 | if (cic(getString(meta, "Status"), "PUBLIC READ")) |
10 | zip_addFilesInBaseDir(zipOut, ll(remoteMechListMirrorMetaFile(name), remoteMechListMirrorFile(name))); |
11 | } |
12 | zipOut.close(); |
13 | uploadFileToFileServer(zipFile, zipFile.getName()); |
14 | } |
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1017712 |
Snippet name: | Make mech-public.zip |
Eternal ID of this version: | #1017712/8 |
Text MD5: | 1ce9dd7642860316b37cd43b600fe244 |
Transpilation MD5: | 34fbda01b032041fb0e9293c3aec616b |
Author: | stefan |
Category: | javax |
Type: | JavaX source code (desktop) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2018-08-09 19:52:47 |
Source code size: | 571 bytes / 14 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 464 / 1152 |
Version history: | 7 change(s) |
Referenced in: | [show references] |