Ratings | | Unique User Downloads | | Download Rankings |
Not yet rated by the users | | Total: 106 | | All time: 9,563 This week: 263 |
|
Description | | Author |
This package can be used to retrieve and zip a file from a remote server.
It can take a given URL of a file in a remote server and retrieves its contents.
The class can compress the file in ZIP format and serves it for download. Innovation Award
February 2020
Winner |
Some people need to be able to access certain pages or files that are available on a remote Web server.
However, some times they are working on environments that have restricted access to the Internet, like for instance companies that impose access restrictions to the sites they can access.
This package provides a workaround solution that allows retrieving files from any site using an intermediate site running this class and serve the desired file compressed as a ZIP archive.
Manuel Lemos |
| |
|
|
Innovation award
Nominee: 3x
Winner: 2x |
|
Details
I needed a proxy because downloading exe files is forbidden at work.
Zipped file aren't.
To use it, just enter the file's URL, choose "download now" or/and "download later"
For the first option, the download will start immediatly.
For the other one, an email will be asked, the script will send a link to the zipped file so you can download it later.
Once clicked, the link will be useless. It only works once.
To configure it, modify:
define('BASE_URL', 'http://mywebsite.com');
in index.php
RewriteBase /
in .htaccess
mail('email', ...);
in FileToZipEmail.php
Contact :
http://shikiryu.com/contact
|
Applications that use this package |
|
No pages of applications that use this class were specified.
If you know an application of this package, send a message to the author to add a link here.