Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/scottgriv/php-smb_file_upload_utility

Upload and move files using SMB protocol through a web interface without end user server access.
https://github.com/scottgriv/php-smb_file_upload_utility

file-upload php smb utility utility-app utility-application utility-script

Last synced: about 1 month ago
JSON representation

Upload and move files using SMB protocol through a web interface without end user server access.

Awesome Lists containing this project

README

        







PHP Badge


GitHub Badge
Email Badge
BuyMeACoffee Badge


Bronze

---------------

SMB File Upload

Upload and move files using SMB protocol through a web interface without end user server access.



---------------

## Table of Contents

- [Getting Started](#getting-started)
- [Usage](#usage)
- [Deployment](#deployment)
- [Resources](#resources)
- [License](#license)
- [Credits](#credits)

## Getting Started

### Usage

- Go to the full ``upload.php`` web server address in your web browser.
- Select and upload the file.

### Deployment

- Edit the ``resources/config.ini`` file with the necessary credentials for connecting to the directory you plan on dropping the file in.
- Feel free to add your company's logo by replacing the ``images/logo.png`` file.
- Update the email informaton in the ``complete.png`` file for the application to send out email notifications upon completion.

## Resources

- [PHP](https://www.php.net/)

## License

This project is released under the terms of the **MIT License**, which permits use, modification, and distribution of the code, subject to the conditions outlined in the license.
- The [MIT License](https://choosealicense.com/licenses/mit/) provides certain freedoms while preserving rights of attribution to the original creators.
- For more details, see the [LICENSE](LICENSE) file in this repository. in this repository.

## Credits

**Author:** [Scott Grivner](https://github.com/scottgriv)

**Email:** [[email protected]](mailto:[email protected])

**Website:** [scottgrivner.dev](https://www.scottgrivner.dev)

**Reference:** [Main Branch](https://github.com/scottgriv/php-ftp_file_upload_utility)

---------------