This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| *** node mediamover.js filePath fileName [moveFile] | |
| **/ | |
| var fs = require('fs'); | |
| var path = require('path'); | |
| var downloadBasePath = "/home/download/files/"; | |
| var types = { | |
| none: { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| *** node mediamover.js filePath fileName [moveFile] | |
| **/ | |
| var fs = require('fs'); | |
| var path = require('path'); | |
| var downloadBasePath = "/home/download/files/"; | |
| var types = { | |
| none: { |