-
Beta Was this translation helpful? Give feedback.
Answered by
filecxx
Jul 3, 2024
Replies: 1 comment 3 replies
-
Could you please provide an example for better understanding? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Are the two shared files identical in content? Are you aiming to download the file from two distinct locations and protocols to speed up the process, or do you simply need to download two different files? If it's the latter, you'll need to use separate addresses for each file download. For example:
'''https://127.0.0.1/1.txt'''
'''ftp://127.0.0.1/1.txt'''