From e0ee349fc426007c7b269660244aeda94ddadd9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A9ter=20Dimitrov?= Date: Mon, 26 Feb 2018 16:35:58 +0100 Subject: inets,ftp: Break out FTP from inets - Created initial directory structure for the FTP application. - Updated inets Makefiles to not include FTP related modules. - Remove ftp code from inets - Implement backward compatibility layer for FTP - Add inets_ftp_wrapper - Fix failing TCs Change-Id: I120ec5bdef0c3df4cee2d7880db2aec581505bc4 --- lib/inets/doc/src/ref_man.xml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'lib/inets/doc/src/ref_man.xml') diff --git a/lib/inets/doc/src/ref_man.xml b/lib/inets/doc/src/ref_man.xml index 27021ea09a..33886d1a41 100644 --- a/lib/inets/doc/src/ref_man.xml +++ b/lib/inets/doc/src/ref_man.xml @@ -4,7 +4,7 @@
- 19972015 + 19972018 Ericsson AB. All Rights Reserved. @@ -23,19 +23,18 @@ Inets Reference Manual - Joakim Grebenö + Péter Dimitrov - 1997-07-16 + 2018-02-28 2.1 ref_man.xml

Inets is a container for Internet clients and - servers. An FTP client, an HTTP client and server, and + servers. An HTTP client and server, and a TFTP client and server are incorporated in Inets.

- -- cgit v1.2.3