How to download a file and transfer it by Sneakernet in multiple segments? [closed]
I have a limited Internet connection, but I do have a 20GB flash drive. How may I download bigger files or games at a library, chop them into multiple parts on the library PC, and combine them later at home? I use a Windows 8 computer at home and the library owns Windows 7 computers.
internet desktop bandwidth
closed as too broad by music2myear, bertieb, Rajesh S, Mokubai♦ Jan 5 at 15:07
Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
add a comment |
I have a limited Internet connection, but I do have a 20GB flash drive. How may I download bigger files or games at a library, chop them into multiple parts on the library PC, and combine them later at home? I use a Windows 8 computer at home and the library owns Windows 7 computers.
internet desktop bandwidth
closed as too broad by music2myear, bertieb, Rajesh S, Mokubai♦ Jan 5 at 15:07
Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
1
Generally: Yes. However, I suspect the library PCs won't have a download manager installed.
– Daniel B
Jul 19 '16 at 15:59
add a comment |
I have a limited Internet connection, but I do have a 20GB flash drive. How may I download bigger files or games at a library, chop them into multiple parts on the library PC, and combine them later at home? I use a Windows 8 computer at home and the library owns Windows 7 computers.
internet desktop bandwidth
I have a limited Internet connection, but I do have a 20GB flash drive. How may I download bigger files or games at a library, chop them into multiple parts on the library PC, and combine them later at home? I use a Windows 8 computer at home and the library owns Windows 7 computers.
internet desktop bandwidth
internet desktop bandwidth
edited Jan 5 at 15:06
Mokubai♦
56.9k16135153
56.9k16135153
asked Jul 19 '16 at 15:42
JakeJake
1111
1111
closed as too broad by music2myear, bertieb, Rajesh S, Mokubai♦ Jan 5 at 15:07
Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
closed as too broad by music2myear, bertieb, Rajesh S, Mokubai♦ Jan 5 at 15:07
Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
1
Generally: Yes. However, I suspect the library PCs won't have a download manager installed.
– Daniel B
Jul 19 '16 at 15:59
add a comment |
1
Generally: Yes. However, I suspect the library PCs won't have a download manager installed.
– Daniel B
Jul 19 '16 at 15:59
1
1
Generally: Yes. However, I suspect the library PCs won't have a download manager installed.
– Daniel B
Jul 19 '16 at 15:59
Generally: Yes. However, I suspect the library PCs won't have a download manager installed.
– Daniel B
Jul 19 '16 at 15:59
add a comment |
2 Answers
2
active
oldest
votes
Theoretically it's possible, but in practice it can be difficult to do.
It you are downloading files over HTTP, it's possible to start and end the download at the defined offsets. Most download manages can use it to stop the download process and then continue to download the file from the point it have stopped downloading.
There are many free download managers. Some of them have "portable" versions that can run from the flash drive without installation to the system. You will be able to start downloading and then continue to download from the other PC. For example, this http://ugetdm.com/downloads-windows Try to find others if this one doesn't work for you.
Some HTTP servers don't support selective downloading and the download process cannot be stopped and continued later. So this trick will not work.
Of course, if you have the option to use the torrent download, you should do it. Torrents really shine at this and have built in checksumming too.
There are portable torrent clients too and some download manager can have torrent support.
add a comment |
If that library computer has the free, open source app 7-Zip, you can create a series of .7Z files from your downloaded file(s), and load one segment per trip onto the flash drive.
Download the file(s) as you would normally do
Place them in a folder you created
Launch it with 7zFM
Click on the green + icon at upper left to create an archive
and add your download(s) to the new archive.
The following picture will appear:

The archive file MUST be created on a local hard drive on the computer, NOT on the flash drive. So, the first field, 'Archive', has to be pointed to C:USERSPUBLICDOWNLOADS or some other directory which you have read/write/create privilege to.
The second field, 'Archive format', but be set to .7z. The default format to create an archive is .zip but ZIP files can't be created in segments.
The third important field 'Split to volume, bytes' (marked here in blue) must be set to a value no bigger than the vacant space on the flash drive. Then, click on [OK] to start.
The PC will trundle along with a lot of disk activity, and when completed, you will have multiple files in your destination with the extension .7z.nnn where nnn is a series of numbers starting with 001. Copy one of the segments to your flash drive every trip, and when you get back to your HQ, copy the file off the flash drive onto your hard drive and then delete it from the flash drive. Also, install 7-Zip onto your home PC.
When all the segment files are at your HQ on your hard drive, you can reverse the process and stitch them back together with 7zFM. Start up 7-Zip as before, but this time, find the file ending in .001 and click on rgw blue minus sugn labeled Extract at upper left, then click [OK].

It will stitch everything together automagically and what you downloaded will be assembled on your hard drive.
add a comment |
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
Theoretically it's possible, but in practice it can be difficult to do.
It you are downloading files over HTTP, it's possible to start and end the download at the defined offsets. Most download manages can use it to stop the download process and then continue to download the file from the point it have stopped downloading.
There are many free download managers. Some of them have "portable" versions that can run from the flash drive without installation to the system. You will be able to start downloading and then continue to download from the other PC. For example, this http://ugetdm.com/downloads-windows Try to find others if this one doesn't work for you.
Some HTTP servers don't support selective downloading and the download process cannot be stopped and continued later. So this trick will not work.
Of course, if you have the option to use the torrent download, you should do it. Torrents really shine at this and have built in checksumming too.
There are portable torrent clients too and some download manager can have torrent support.
add a comment |
Theoretically it's possible, but in practice it can be difficult to do.
It you are downloading files over HTTP, it's possible to start and end the download at the defined offsets. Most download manages can use it to stop the download process and then continue to download the file from the point it have stopped downloading.
There are many free download managers. Some of them have "portable" versions that can run from the flash drive without installation to the system. You will be able to start downloading and then continue to download from the other PC. For example, this http://ugetdm.com/downloads-windows Try to find others if this one doesn't work for you.
Some HTTP servers don't support selective downloading and the download process cannot be stopped and continued later. So this trick will not work.
Of course, if you have the option to use the torrent download, you should do it. Torrents really shine at this and have built in checksumming too.
There are portable torrent clients too and some download manager can have torrent support.
add a comment |
Theoretically it's possible, but in practice it can be difficult to do.
It you are downloading files over HTTP, it's possible to start and end the download at the defined offsets. Most download manages can use it to stop the download process and then continue to download the file from the point it have stopped downloading.
There are many free download managers. Some of them have "portable" versions that can run from the flash drive without installation to the system. You will be able to start downloading and then continue to download from the other PC. For example, this http://ugetdm.com/downloads-windows Try to find others if this one doesn't work for you.
Some HTTP servers don't support selective downloading and the download process cannot be stopped and continued later. So this trick will not work.
Of course, if you have the option to use the torrent download, you should do it. Torrents really shine at this and have built in checksumming too.
There are portable torrent clients too and some download manager can have torrent support.
Theoretically it's possible, but in practice it can be difficult to do.
It you are downloading files over HTTP, it's possible to start and end the download at the defined offsets. Most download manages can use it to stop the download process and then continue to download the file from the point it have stopped downloading.
There are many free download managers. Some of them have "portable" versions that can run from the flash drive without installation to the system. You will be able to start downloading and then continue to download from the other PC. For example, this http://ugetdm.com/downloads-windows Try to find others if this one doesn't work for you.
Some HTTP servers don't support selective downloading and the download process cannot be stopped and continued later. So this trick will not work.
Of course, if you have the option to use the torrent download, you should do it. Torrents really shine at this and have built in checksumming too.
There are portable torrent clients too and some download manager can have torrent support.
answered Jul 19 '16 at 16:51
DilyinDilyin
1542
1542
add a comment |
add a comment |
If that library computer has the free, open source app 7-Zip, you can create a series of .7Z files from your downloaded file(s), and load one segment per trip onto the flash drive.
Download the file(s) as you would normally do
Place them in a folder you created
Launch it with 7zFM
Click on the green + icon at upper left to create an archive
and add your download(s) to the new archive.
The following picture will appear:

The archive file MUST be created on a local hard drive on the computer, NOT on the flash drive. So, the first field, 'Archive', has to be pointed to C:USERSPUBLICDOWNLOADS or some other directory which you have read/write/create privilege to.
The second field, 'Archive format', but be set to .7z. The default format to create an archive is .zip but ZIP files can't be created in segments.
The third important field 'Split to volume, bytes' (marked here in blue) must be set to a value no bigger than the vacant space on the flash drive. Then, click on [OK] to start.
The PC will trundle along with a lot of disk activity, and when completed, you will have multiple files in your destination with the extension .7z.nnn where nnn is a series of numbers starting with 001. Copy one of the segments to your flash drive every trip, and when you get back to your HQ, copy the file off the flash drive onto your hard drive and then delete it from the flash drive. Also, install 7-Zip onto your home PC.
When all the segment files are at your HQ on your hard drive, you can reverse the process and stitch them back together with 7zFM. Start up 7-Zip as before, but this time, find the file ending in .001 and click on rgw blue minus sugn labeled Extract at upper left, then click [OK].

It will stitch everything together automagically and what you downloaded will be assembled on your hard drive.
add a comment |
If that library computer has the free, open source app 7-Zip, you can create a series of .7Z files from your downloaded file(s), and load one segment per trip onto the flash drive.
Download the file(s) as you would normally do
Place them in a folder you created
Launch it with 7zFM
Click on the green + icon at upper left to create an archive
and add your download(s) to the new archive.
The following picture will appear:

The archive file MUST be created on a local hard drive on the computer, NOT on the flash drive. So, the first field, 'Archive', has to be pointed to C:USERSPUBLICDOWNLOADS or some other directory which you have read/write/create privilege to.
The second field, 'Archive format', but be set to .7z. The default format to create an archive is .zip but ZIP files can't be created in segments.
The third important field 'Split to volume, bytes' (marked here in blue) must be set to a value no bigger than the vacant space on the flash drive. Then, click on [OK] to start.
The PC will trundle along with a lot of disk activity, and when completed, you will have multiple files in your destination with the extension .7z.nnn where nnn is a series of numbers starting with 001. Copy one of the segments to your flash drive every trip, and when you get back to your HQ, copy the file off the flash drive onto your hard drive and then delete it from the flash drive. Also, install 7-Zip onto your home PC.
When all the segment files are at your HQ on your hard drive, you can reverse the process and stitch them back together with 7zFM. Start up 7-Zip as before, but this time, find the file ending in .001 and click on rgw blue minus sugn labeled Extract at upper left, then click [OK].

It will stitch everything together automagically and what you downloaded will be assembled on your hard drive.
add a comment |
If that library computer has the free, open source app 7-Zip, you can create a series of .7Z files from your downloaded file(s), and load one segment per trip onto the flash drive.
Download the file(s) as you would normally do
Place them in a folder you created
Launch it with 7zFM
Click on the green + icon at upper left to create an archive
and add your download(s) to the new archive.
The following picture will appear:

The archive file MUST be created on a local hard drive on the computer, NOT on the flash drive. So, the first field, 'Archive', has to be pointed to C:USERSPUBLICDOWNLOADS or some other directory which you have read/write/create privilege to.
The second field, 'Archive format', but be set to .7z. The default format to create an archive is .zip but ZIP files can't be created in segments.
The third important field 'Split to volume, bytes' (marked here in blue) must be set to a value no bigger than the vacant space on the flash drive. Then, click on [OK] to start.
The PC will trundle along with a lot of disk activity, and when completed, you will have multiple files in your destination with the extension .7z.nnn where nnn is a series of numbers starting with 001. Copy one of the segments to your flash drive every trip, and when you get back to your HQ, copy the file off the flash drive onto your hard drive and then delete it from the flash drive. Also, install 7-Zip onto your home PC.
When all the segment files are at your HQ on your hard drive, you can reverse the process and stitch them back together with 7zFM. Start up 7-Zip as before, but this time, find the file ending in .001 and click on rgw blue minus sugn labeled Extract at upper left, then click [OK].

It will stitch everything together automagically and what you downloaded will be assembled on your hard drive.
If that library computer has the free, open source app 7-Zip, you can create a series of .7Z files from your downloaded file(s), and load one segment per trip onto the flash drive.
Download the file(s) as you would normally do
Place them in a folder you created
Launch it with 7zFM
Click on the green + icon at upper left to create an archive
and add your download(s) to the new archive.
The following picture will appear:

The archive file MUST be created on a local hard drive on the computer, NOT on the flash drive. So, the first field, 'Archive', has to be pointed to C:USERSPUBLICDOWNLOADS or some other directory which you have read/write/create privilege to.
The second field, 'Archive format', but be set to .7z. The default format to create an archive is .zip but ZIP files can't be created in segments.
The third important field 'Split to volume, bytes' (marked here in blue) must be set to a value no bigger than the vacant space on the flash drive. Then, click on [OK] to start.
The PC will trundle along with a lot of disk activity, and when completed, you will have multiple files in your destination with the extension .7z.nnn where nnn is a series of numbers starting with 001. Copy one of the segments to your flash drive every trip, and when you get back to your HQ, copy the file off the flash drive onto your hard drive and then delete it from the flash drive. Also, install 7-Zip onto your home PC.
When all the segment files are at your HQ on your hard drive, you can reverse the process and stitch them back together with 7zFM. Start up 7-Zip as before, but this time, find the file ending in .001 and click on rgw blue minus sugn labeled Extract at upper left, then click [OK].

It will stitch everything together automagically and what you downloaded will be assembled on your hard drive.
answered Jan 3 at 19:27
K7AAYK7AAY
3,75621638
3,75621638
add a comment |
add a comment |
1
Generally: Yes. However, I suspect the library PCs won't have a download manager installed.
– Daniel B
Jul 19 '16 at 15:59