This is topic tech support: Network Copy Tool in forum Books, Films, Food and Culture at Hatrack River Forum.


To visit this topic, use this URL:
http://www.hatrack.com/ubb/main/ultimatebb.php?ubb=get_topic;f=2;t=050832

Posted by mr_porteiro_head (Member # 4644) on :
 
On my Windows system I have a remote shared drive from which I need to copy a largish (~300 MB) file. With my connection, that should take about 2.5 hours, which is OK.

What's not OK is that every time I try copying it over, it fails partway through, telling me that the specified network path is no longer available.

I'm looking for a program that will manage this download for me, allowing me to resume it if it gets disconnected.

Something like FileZilla, but which works for drive-to-drive copying, instead of just internet downloads.

edit: unmayflied

[ November 21, 2007, 02:36 PM: Message edited by: mr_porteiro_head ]
 
Posted by Mucus (Member # 9735) on :
 
How are you connecting to the Windows system remotely?
 
Posted by mr_porteiro_head (Member # 4644) on :
 
I don't know if the remote system is Windows or not.

I connect to it with VPN and then map the drive with the "net use" windows command.
 
Posted by Mucus (Member # 9735) on :
 
Oh, your system is Windows, read it wrong.
I'm less familiar with VPN software. Is it possible that the VPN software uses SSH to form the encrypted network? If so, maybe you can use the SSH file transfer protocol.

A brute force way of doing it might be just to RAR compress the file into pieces and then start the transfer. If the transfer stops, then just resume at the piece where the transfer was aborted. Login to the remote machine and unrar the file there.

Obviously you do not want to do this if this is a regular situation rather than a one time thing.
 
Posted by rivka (Member # 4859) on :
 
He works from home, so I'm guessing it is a frequent thing.

Actually, if you get an answer, please DON'T delete the thread, Porter. While the file I download every few days is smaller (< 1 hour to download), it has a nasty habit of bombing out just a few minutes before the download is complete. So I would love to have a way to do this too.
 
Posted by fugu13 (Member # 2859) on :
 
VPN does not use SSH, it uses a different protocol.

If this were *nix, I'd use rsync. I know there's a windows version of rsync, but I don't know how it would interact with your setup.

When you use rsync over a network, it identifies the parts of the file that are not present in the current file, then only transfers those. So if it had failed partway through transferring, it should be able to pick up. Again, I don't know how it would interact with your setup. I would test it a few times (perhaps manually introducing network failures to verify its fault resistance) before trying it on real data.
 
Posted by Mucus (Member # 9735) on :
 
AFAIK, VPN can certainly use SSH since SSH itself is a network protocol while VPN is not a network protocol unto itself but is often associated with particular vendor specific protocols.

For example, here is an example of VPN tunneled over SSH http://nst.sourceforge.net/nst/docs/user/ch07s03.html
 
Posted by fugu13 (Member # 2859) on :
 
You can do VPN over SSH, certainly. You can do any network thing over SSH. This does not change that VPN does not 'use' SSH.
 
Posted by MattP (Member # 10495) on :
 
It looks like this might do what you want: http://ranvik.net/totalcopy/
 
Posted by Mucus (Member # 9735) on :
 
*shrug* Then you're down to semantics. A car drives, it can either go over dirt roads or paved roads.
Can you ask the question, "Does your car 'use' paved roads? Perhaps you can use those paved roads in a different way." Certainly.

In any case, I have no desire to debate semantics. The point was that if SSH was present for mph, he could try using that connection in a different way. If not present, then proceed to the next solution.
 
Posted by mr_porteiro_head (Member # 4644) on :
 
I just got back from a parent-teach conference to discover that it had failed on me again.

SSH is not an option for me.

I'm trying Total Copy from Matt's link. I'll let you know how it works.

Rivka -- I unmayflied it for you.
 
Posted by rivka (Member # 4859) on :
 
Thanks, Porter. [Smile]

Of course, I won't be back in the office to try it until next Friday. [Wink] But Total Copy looks like it might do the trick. Thanks, Matt. [Smile]
 
Posted by rivka (Member # 4859) on :
 
MattP, I love you. [Smile]

It worked great!
 
Posted by Boris (Member # 6935) on :
 
quote:
Originally posted by Mucus:
*shrug* Then you're down to semantics. A car drives, it can either go over dirt roads or paved roads.
Can you ask the question, "Does your car 'use' paved roads? Perhaps you can use those paved roads in a different way." Certainly.

In any case, I have no desire to debate semantics. The point was that if SSH was present for mph, he could try using that connection in a different way. If not present, then proceed to the next solution.

You can use SSH to operate a VPN, but the functionality is limited. Most VPNs in the corporate world are either PPTP or IPSec based VPNs. Neither of these use the SSH port to communicate. SSH can be used through a PPTP or IPSec tunnel, but as far as I know, the reverse is not true.

quote:
AFAIK, VPN can certainly use SSH since SSH itself is a network protocol while VPN is not a network protocol unto itself but is often associated with particular vendor specific protocols.
This is mostly inaccurate now. The predominant protocol in VPN now is IPSec. IPSec is pretty complex stuff and a very slight mismatch between Client and Server can cause things to go wrong. I've spent the better part of the last year trying to understand IPSec VPNs and I still don't have a firm grip on some of the nuances of it.

That said, MPH is probably connecting through an IPSec based VPN.

MPH, if you have an opportunity, you may want to talk to the IT people in charge of managing that VPN, because it really shouldn't be failing while a transfer is taking place. If the solution given by Matt is enough for you, awesome [Big Grin] But if you are bored and have time to shoot me an email, I'd like to help fix the deeper problem, since there are likely other people experiencing the same issues. If that's okay with you, let me know how you connect. Do you use a Windows network connection (This is the case if the VPN connection is listed in the "Network Connections" area under the Control Panel), or if you use a VPN client (You have to start up a program of some type to connect to your work network). If you use a VPN client, let me know who wrote it.

More than likely, there's a single setting in the VPN client that needs to be set right to prevent the tunnel from crashing on you.
 
Posted by rivka (Member # 4859) on :
 
quote:
Originally posted by rivka:
MattP, I love you. [Smile]

It worked great!

And now I love you more.

It bombed out at 86% and I didn't have to start over from scratch! [Big Grin]
 
Posted by mr_porteiro_head (Member # 4644) on :
 
Matt's solution didn't work for me, but I talked to the IT guy and found out that we have an internal FTP server, so I'm just using filezilla.
 
Posted by rivka (Member # 4859) on :
 
O_o

It looks like English . . .

Anyway, I'm glad you found a solution too. [Smile]
 


Copyright © 2008 Hatrack River Enterprises Inc. All rights reserved.
Reproduction in whole or in part without permission is prohibited.


Powered by Infopop Corporation
UBB.classic™ 6.7.2