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.
- Host: GitHub
- URL: https://github.com/scottgriv/php-ftp_file_upload_utility
- Owner: scottgriv
- License: mit
- Created: 2023-07-12T23:29:25.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-09T04:18:13.000Z (4 months ago)
- Last Synced: 2025-03-28T18:32:31.107Z (about 2 months ago)
- Topics: file-upload, ftp, php, utility, utility-app, utility-application, utility-script
- Language: PHP
- Homepage:
- Size: 573 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
---------------
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)---------------