Componentes.Terceros.RemObj.../internal/5.0.23.613/1/RemObjects SDK for Delphi/Samples/Extended File Transfer/ExtendedFileTransfer.Sample.html
david d99a44999f - Modificación del paquete RemObjects_Core_D10 para que sea un paquete de runtime/designtime (antes era designtime sólo)
- Recompilación en Delphi10 de todos los paquetes de RO para generar las DCU's en Lib\D10

git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.RemObjects@7 b6239004-a887-0f4b-9937-50029ccdca16
2007-09-10 13:36:58 +00:00

34 lines
1.0 KiB
HTML

<html>
<head>
<link rel="stylesheet" type="text/css" href="..\styles.css">
</head>
<body>
<img src="..\..\ro.png" alt="" align="right">
<!-------------------------------------------------------------------------->
<p class="h1">
<span>Extended File Transfer&nbsp;</span>
</p>
<h2>Purpose</h2>
<p>This example shows how to transfer files to and from a RemObjects SDK Server in chunks and how to monitor new files via server events.</p>
<h2>
Running the Sample</h2>
<ul>
<li>Build or Compile both projects.</li>
<li>Launch the server (note that you can modify the upload folder if you wish).</li>
<li>Open at least two clients.</li>
</ul>
<p>
To see exactly what is happening, it is best to change the Download folders so that
each client has its own.
<br />
When a file (or files) are uploaded via one client, they are then downloaded to
the other clients.<br>
</p>
</body>
</html>