ManuelGil / 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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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:MIT License


Languages

Language:Batchfile 80.9%Language:Visual Basic 19.1%