Warning: session_start(): open(/var/lib/php/sessions/sess_3f81ug35t4jhvri44hv97pju8p, O_RDWR) failed: No space left on device (28) in /var/www/tb-usercake/models/config.php on line 51

Warning: session_start(): Failed to read session data: files (path: /var/lib/php/sessions) in /var/www/tb-usercake/models/config.php on line 51
dm_copyFileToOtherMachine - synonym of dm_sendFileToOtherMachine [1025261]

Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

5
LINES

< > BotCompany Repo | #1025261 // dm_copyFileToOtherMachine - synonym of dm_sendFileToOtherMachine

JavaX fragment (include)

 // 1024*1024;

svoid dm_copyFileToOtherMachine(File f, S computerID, S remotePath) {
  dm_sendFileToOtherMachine(f, computerID, remotePath);
}

download  show line numbers  debug dex  old transpilations   

Travelled to 6 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1025261
Snippet name: dm_copyFileToOtherMachine - synonym of dm_sendFileToOtherMachine
Eternal ID of this version: #1025261/1
Text MD5: 88827afd9e29ef64a091370654347437
Author: stefan
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-09-17 00:04:03
Source code size: 145 bytes / 5 lines
Pitched / IR pitched: No / No
Views / Downloads: 572 / 620
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)