34 lines
1.0 KiB
HTML
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 </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>
|