diff options
author | Ingela Anderton Andin <[email protected]> | 2015-09-02 14:53:43 +0200 |
---|---|---|
committer | Ingela Anderton Andin <[email protected]> | 2015-09-08 11:30:39 +0200 |
commit | a4f03b39acff16989cd3dc1cfedc58896a8f9fcd (patch) | |
tree | d92bdd84bcbfcba75d17cfaa49bd52f93c2d6419 /lib/inets/doc/src | |
parent | 4c9428db3de49f36bc9802c6026147d9b2e401bc (diff) | |
download | otp-a4f03b39acff16989cd3dc1cfedc58896a8f9fcd.tar.gz otp-a4f03b39acff16989cd3dc1cfedc58896a8f9fcd.tar.bz2 otp-a4f03b39acff16989cd3dc1cfedc58896a8f9fcd.zip |
inets: ftp - Remove information about alternative solutions
Currently there is no plans in modernizing/changing the API so there
is no real value of pointing out alternative solutions.
Diffstat (limited to 'lib/inets/doc/src')
-rw-r--r-- | lib/inets/doc/src/ftp_client.xml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/inets/doc/src/ftp_client.xml b/lib/inets/doc/src/ftp_client.xml index 84fa064551..89e66db814 100644 --- a/lib/inets/doc/src/ftp_client.xml +++ b/lib/inets/doc/src/ftp_client.xml @@ -42,10 +42,7 @@ The FTP client API is designed to allow some functions to return intermediate results. This implies that only the process that started the FTP client can access it with - preserved sane semantics. (This can be solved - by changing the API, using the concept of a controlling - process as with other OTP applications, but - that is something for future releases of <c>Inets</c>.) + preserved sane semantics. If the process that started the FTP session dies, the FTP client process terminates.</p> |