#2257: specifically stating that enpoint refs are node hostnames + remove TODO

This commit is contained in:
Czar Echavez
2024-02-29 11:07:21 +00:00
parent 13db07dc11
commit 9a4587155b
2 changed files with 3 additions and 3 deletions

View File

@@ -73,7 +73,7 @@ The human readable name for the link. Not used in code, however is useful for a
``endpoint_a_ref``
^^^^^^^^^^^^^^^^^^
The name of the node which must be connected.
The ``hostname`` of the node which must be connected.
``endpoint_a_port``
^^^^^^^^^^^^^^^^^^^
@@ -84,7 +84,7 @@ This accepts an integer value e.g. if port 1 is to be connected, the configurati
``endpoint_b_ref``
^^^^^^^^^^^^^^^^^^
The name of the node which must be connected.
The ``hostname`` of the node which must be connected.
``endpoint_b_port``
^^^^^^^^^^^^^^^^^^^

View File

@@ -26,7 +26,7 @@ Usage
=====
- Install on a Node via the ``SoftwareManager`` to start the FTP client service.
- Service runs on FTP (command) port 21 by default. (TODO: look at in depth implementation of FTP PORT command)
- Service runs on FTP (command) port 21 by default
- Execute sending a file to the FTP server with ``send_file``
- Execute retrieving a file from the FTP server with ``request_file``