diff options
author | srividya0208 <a.srividya@vyos.io> | 2021-05-19 07:20:55 -0400 |
---|---|---|
committer | srividya0208 <a.srividya@vyos.io> | 2021-05-19 07:20:55 -0400 |
commit | 8651aed3bd0f17e44d4a7fb486448a9f0526950f (patch) | |
tree | e2abf9fc3a6b6b9733a64a41f35e2bf70570f4a9 | |
parent | 8fe0714bfa78410f001df90d039736ff737d46c4 (diff) | |
download | vyos-documentation-8651aed3bd0f17e44d4a7fb486448a9f0526950f.tar.gz vyos-documentation-8651aed3bd0f17e44d4a7fb486448a9f0526950f.zip |
TFTP: verfication help
Added verification section so that it will in testing the feature
-rw-r--r-- | docs/configuration/service/tftp-server.rst | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/docs/configuration/service/tftp-server.rst b/docs/configuration/service/tftp-server.rst index d220d789..11011144 100644 --- a/docs/configuration/service/tftp-server.rst +++ b/docs/configuration/service/tftp-server.rst @@ -52,3 +52,21 @@ The resulting configuration will look like: listen-address 2001:db8::1 listen-address 192.0.2.1 } + +Verification +------------ + +Client: + +.. code-block:: none + + vyos@RTR2:~$ tftp -p -l /config/config.boot -r backup 192.0.2.1 + backup1 100% |******************************| 723 0:00:00 ETA + +Server: + +.. code-block:: none + + vyos@RTR1# ls -ltr /config/tftpboot/ + total 1 + -rw-rw-rw- 1 tftp tftp 1995 May 19 16:02 backup |