mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
feature(put) rm file
This commit is contained in:
parent
2773466f0f
commit
308a307408
1 changed files with 0 additions and 5 deletions
|
|
@ -5,7 +5,6 @@
|
|||
DIR_SERVER = DIR + 'server/',
|
||||
|
||||
path = require('path'),
|
||||
fs = require('fs'),
|
||||
|
||||
CloudFunc = require(DIR + 'cloudfunc'),
|
||||
Util = require(DIR + 'util'),
|
||||
|
|
@ -40,10 +39,6 @@
|
|||
flop.create(name, 'dir', OnMakeDir);
|
||||
break;
|
||||
|
||||
case 'file':
|
||||
fs.writeFile(name, '', callback);
|
||||
break;
|
||||
|
||||
case 'unzip':
|
||||
packer.unpack(readStream, name, onSave);
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue