svoid scpUploadFile(S localFile, S user, S host, fS remotePath) { scpUploadFile(newFile(localFile), user, host, remotePath); } static void scpUploadFile(File localFile, S user, S host, fS remotePath) ctex { print("Uploading file: " + f2s(localFile)); scpUploadWithMkdirs(user, host, remotePath, fileSize(localFile), newFileInputStream(localFile)); }
Began life as a copy of #1009981
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1009986 |
| Snippet name: | scpUploadFile |
| Eternal ID of this version: | #1009986/5 |
| Text MD5: | d73391087598151b5b82e8bbdcb1eee0 |
| Author: | stefan |
| Category: | javax / networking |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2018-12-24 03:02:28 |
| Source code size: | 365 bytes / 8 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 729 / 762 |
| Version history: | 4 change(s) |
| Referenced in: | [show references] |