Name | Modified | Size | Downloads / Week |
---|---|---|---|
README.md | 2016-07-04 | 507 Bytes | |
copy-files.php | 2016-07-04 | 6.7 kB | |
Totals: 2 Items | 7.2 kB | 0 |
PHP Copy Files from remote URL.
This is a very simple way to copy files from a remote server to the directory, simply enter the target URL on the form and select a directory location.
If unsupported file extensions you need to change or add a line like the following:
$valid_exts = array("php","jpeg","gif","png","doc","docx","jpg","html","asp","xml","JPEG","bmp","zip");
All file and scripts under licenses ( GNU GPL v2 or later ).