source: trunk/Packages/synapse/docs/help/ftptsend.html

Last change on this file was 2, checked in by chronos, 12 years ago
  • Přidáno: Základní kostra projektu.
  • Přidáno: Knihovna synapse.
File size: 3.7 KB
Line 
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
2<html>
3<head>
4<meta name="GENERATOR" content="PasDoc 0.9.0">
5<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
6<title>ftptsend</title>
7<link rel="StyleSheet" type="text/css" href="pasdoc.css">
8</head>
9<body bgcolor="#ffffff" text="#000000" link="#0000ff" vlink="#800080" alink="#FF0000">
10<h1 class="unit">Unit ftptsend</h1>
11<table class="sections">
12<tr>
13<td><a class="section" href="#@Description">Description</a></td><td><a class="section" href="#@Uses">uses</a></td><td><a class="section" href="#@Classes">Classes, Interfaces, Objects and Records</a></td><td>Functions and Procedures</td><td>Types</td><td><a class="section" href="#@Constants">Constants</a></td><td>Variables</td></tr></table>
14<a name="@Description"></a><h2 class="description">Description</h2>
15<p>
16TFTP client and server protocol</p>
17<p>
18
19
20<p>Used RFC: RFC-1350</p>
21<a name="@Uses"></a><h2 class="uses">uses</h2>
22<ul class="useslist"><li>SysUtils</li><li>Classes</li><li><a href="blcksock.html">blcksock</a></li><li><a href="synautil.html">synautil</a></li></ul><h2 class="overview">Overview</h2>
23<a name="@Classes"></a><h3 class="cio">Classes, Interfaces, Objects and Records</h3>
24<table class="classestable">
25<tr class="listheader">
26<th class="itemname">Name</th>
27<th class="itemdesc">Description</th>
28</tr>
29<tr class="list">
30<td class="itemname">Class&nbsp;<a class="bold" href="ftptsend.TTFTPSend.html"><code>TTFTPSend</code></a></td>
31<td class="itemdesc">Implementation of TFTP client and server</td>
32</tr>
33</table>
34<a name="@Constants"></a><h3 class="summary">Constants</h3>
35<table class="summary">
36<tr class="list">
37<td class="itemcode"><code><b><a href="ftptsend.html#cTFTPProtocol">cTFTPProtocol</a></b> = '69';</code></td>
38</tr>
39<tr class="list2">
40<td class="itemcode"><code><b><a href="ftptsend.html#cTFTP_RRQ">cTFTP_RRQ</a></b> = word(1);</code></td>
41</tr>
42<tr class="list">
43<td class="itemcode"><code><b><a href="ftptsend.html#cTFTP_WRQ">cTFTP_WRQ</a></b> = word(2);</code></td>
44</tr>
45<tr class="list2">
46<td class="itemcode"><code><b><a href="ftptsend.html#cTFTP_DTA">cTFTP_DTA</a></b> = word(3);</code></td>
47</tr>
48<tr class="list">
49<td class="itemcode"><code><b><a href="ftptsend.html#cTFTP_ACK">cTFTP_ACK</a></b> = word(4);</code></td>
50</tr>
51<tr class="list2">
52<td class="itemcode"><code><b><a href="ftptsend.html#cTFTP_ERR">cTFTP_ERR</a></b> = word(5);</code></td>
53</tr>
54</table>
55<h2 class="description">Description</h2>
56<h3 class="detail">Constants</h3>
57<table class="detail">
58<tr class="list">
59<td class="itemcode"><a name="cTFTPProtocol"></a><code><b>cTFTPProtocol</b> = '69';</code></td>
60</tr>
61</table>
62&nbsp;<table class="detail">
63<tr class="list">
64<td class="itemcode"><a name="cTFTP_RRQ"></a><code><b>cTFTP_RRQ</b> = word(1);</code></td>
65</tr>
66</table>
67&nbsp;<table class="detail">
68<tr class="list">
69<td class="itemcode"><a name="cTFTP_WRQ"></a><code><b>cTFTP_WRQ</b> = word(2);</code></td>
70</tr>
71</table>
72&nbsp;<table class="detail">
73<tr class="list">
74<td class="itemcode"><a name="cTFTP_DTA"></a><code><b>cTFTP_DTA</b> = word(3);</code></td>
75</tr>
76</table>
77&nbsp;<table class="detail">
78<tr class="list">
79<td class="itemcode"><a name="cTFTP_ACK"></a><code><b>cTFTP_ACK</b> = word(4);</code></td>
80</tr>
81</table>
82&nbsp;<table class="detail">
83<tr class="list">
84<td class="itemcode"><a name="cTFTP_ERR"></a><code><b>cTFTP_ERR</b> = word(5);</code></td>
85</tr>
86</table>
87&nbsp;<hr noshade size="1"><span class="appinfo"><em>Generated by <a target="_parent" href="http://pasdoc.sourceforge.net/">PasDoc 0.9.0</a> on 2012-04-23 21:38:50</em>
88</span>
89</body></html>
Note: See TracBrowser for help on using the repository browser.