PHP fsockopen (downloading from url)?

  • Thread starter Thread starter dignwltlr
  • Start date Start date
D

dignwltlr

Guest
Is there a way to use fsockopen to download a file using url?
For example, I want to download a txt file or a gz file using it.

allow_url_fopen and curl are disabled, so I can't use them.
If there is another way of just downloading a file, please tell me.
 
Back
Top