<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
You can use any protocol you want by setting up a stunnel beetween the
client and the remote<br>
<br>
Les Mikesell a écrit :
<blockquote
 cite="mid1129485810.28349.11.camel@les-home.futuresource.com"
 type="cite">
  <pre wrap="">On Sun, 2005-10-16 at 11:26, Tim wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">If I only have SSH access to a remote box, no option to set up NFS, SMB,
use a HTTP or FTP server, what method do I use to copy a file from one
box to the other?
    </pre>
  </blockquote>
  <pre wrap=""><!---->
rsync -essh -av source host:/destination

  </pre>
</blockquote>
</body>
</html>