This tool has been created in order to create backups, update files or extract specific files from a web application using Windows Server as a platform.
This page will help you get started with File Manager.
- Microsoft Windows Server 2003 or later
- Windows Server 2003 Resource Kit Tools (Only Server 2003)
- This file don't require installation
If you want to help me to continue this project, you might donate via PayPal.
- This project works with the MVC (Model-View-Controller) Design Pattern
- The Controller File send a JSON Object to Model File with the data
- Examples of the JSON Object:
{
function: { // Function Name
source: "C:\Users\User\Documents", // Source Folder
destination: "Z:\Documents", // Destination Folder
custom: "", // Modification Folder
version: "10.0.14393" // System Version
}
}
- A catalog file and a log of the processes performed are created
- Special characters can not be processed by the command line, e.g.:
- "(", ")", "[", "]", """, etc.
1.0.3 (11/26/2017)
-
Requirements: Windows Server 2003, Windows Server 2008, Windows Server 2012 and Windows Server 2016 Changes: - Better documentation
- Adjustment of the JSON object
- Manuel Gil - Owner - ManuelGil
See also the list of contributors who participated in this project.
File Manager is licensed under the MIT License - see the MIT License for details.