Skip to content

split files for each network protocol? #798

Closed Answered by filecxx
ghost asked this question in Q&A
Discussion options

You must be logged in to vote

Suppose you have one file on an ftp server, the other file on an https server. How do I recover the file in two different places?

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'''

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@ghost
Comment options

@filecxx
Comment options

Answer selected
@ghost
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant