Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/scottgriv/php-smb_file_upload_utility
- Owner: scottgriv
- License: mit
- Created: 2023-07-12T23:33:46.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-16T18:14:30.000Z (11 months ago)
- Last Synced: 2024-12-08T16:46:48.239Z (about 2 months ago)
- Topics: file-upload, php, smb, utility, utility-app, utility-application, utility-script
- Language: PHP
- Homepage:
- Size: 566 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
---------------
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)---------------