Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6967965
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T16:23:24+00:00 2026-05-27T16:23:24+00:00

I take the some youtube videos to my server with copy(); function but youtube

  • 0

I take the some youtube videos to my server with copy(); function but youtube give approximately 100kb/s speed with one connection ( my server has 100 mbit/s connection )

Is it possible to take more then 1 connection and reach faster speed with copy() function or sth else ?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T16:23:25+00:00Added an answer on May 27, 2026 at 4:23 pm

    Well, if you want to download / copy multiple URL from an external source concurrently,
    curl_multi_exec is what you are look for.

    This is a library made to synchronous curl multiple URL,
    with the expenses of network bandwidth (and perhaps a little of CPU)

    If you are looking to split a download,
    once again, curl has the split option

    RANGES
    
      With HTTP 1.1 byte-ranges were introduced. Using this, a client can request
      to get only one or more subparts of a specified document. Curl supports
      this with the -r flag.
    
      Get the first 100 bytes of a document:
    
            curl -r 0-99 http://www.get.this/
    
      Get the last 500 bytes of a document:
    
            curl -r -500 http://www.get.this/
    
      Curl also supports simple ranges for FTP files as well. Then you can only
      specify start and stop position.
    
      Get the first 100 bytes of a document using FTP:
    
            curl -r 0-99 ftp://www.get.this/README
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm creating a report that will take some data from one database (Company and
I'm using the webkit2png.py script to take some screenshots on a headless Linux server.
I need to take some data from one table (and expand some XML on
For some reason I don't manage to take some date from one page to
I have some actions that interact with the server and take some time... i'm
I'm looking to embed some youtube videos in my web page and from looking
This might take some time to explain, but here I go :). I created
Background: I want to take some xml from one file, put it in a
Let's take some regular house with a man, which has to go to the
I was expecting postgres to take some time, but wasn't expecting for it to

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.