monkeypaw201 Posted July 8, 2008 Share Posted July 8, 2008 I need a way to download a file from a remote server to the local one (where the script is running) Link to comment https://forums.phpfreaks.com/topic/113817-download-file-to-server/ Share on other sites More sharing options...
discomatt Posted July 8, 2008 Share Posted July 8, 2008 fopen() fread() fwrite() Assuming allow_url_fopen is enabled. Link to comment https://forums.phpfreaks.com/topic/113817-download-file-to-server/#findComment-584884 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.