XMPP is really not the right tool for this. Rsync is what you want:<br><br>$ rsync -P -e &quot;ssh -l username&quot; file.to.transfer remote.host:/path/store/file/<div><br></div><div>Where &quot;username&quot; is the SSH user you will be using to transfer the file.<br>
<br>On Monday, December 26, 2011, Wolf Halton &lt;<a href="mailto:wolf.halton@gmail.com" target="_blank">wolf.halton@gmail.com</a>&gt; wrote:<br>
&gt; What would be wrong with using xmpp as a transfer protocol for moving backups of tarred files? I have used scp for this purpose, but if the tunnel is broken, the file is corrupted. From what I have been reading, if a session drops in xmpp, it picks up where it was dropped and continues. I am working inside a c-class private subnet.<br>

&gt;<br>&gt; <a href="http://sourcefreedom.com" target="_blank">http://sourcefreedom.com</a>
</div>