Skip to content
This repository has been archived by the owner on Nov 11, 2019. It is now read-only.

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.

License

ManuelGil/File-Manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

File Manager

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.

🚥 Getting Started

This page will help you get started with File Manager.

Requirements

Installation

  • This file don't require installation

🎁 Donate!

If you want to help me to continue this project, you might donate via PayPal.

Donate via PayPal

📦 Deployment

  • 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.

ℹ️ Changelog

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

👓 Authors

See also the list of contributors who participated in this project.

📝 License

File Manager is licensed under the MIT License - see the MIT License for details.