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

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

Upload files to a remote FTP site through a web interface without end user server access.
https://github.com/scottgriv/php-ftp_file_upload_utility

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

Last synced: about 2 months ago
JSON representation

Upload files to a remote FTP site through a web interface without end user server access.

Awesome Lists containing this project

README

        







PHP Badge


GitHub Badge
Email Badge
BuyMeACoffee Badge


Bronze

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

File Upload Utility

Connect to database tables in order to display record counts and play audible threshold alerts.



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

## 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.
- Enter your FTP login credentials.
- Select and upload the file.

### Deployment
- Ensure proper access and user credentials are used to connect to the FTP Server.
- Feel free to add your company's logo by replacing the ``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)

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