Skip to content

Commit

Permalink
docs: Add note to tutorial about ufs get/put only operating on one file.
Browse files Browse the repository at this point in the history
For example, "ufs put hello.py main.py" will not copy two files but instead
will copy hello.py and save it as main.py on the remote filesystem.
  • Loading branch information
ScottDWebster authored and dpgeorge committed Sep 6, 2021
1 parent e8df727 commit f524840
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/tutorials/storage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,9 @@ Finally, the ``put`` sub-command puts a file from your computer onto the
connected device (it's named after the ``put`` command that's part of FTP that
serves the same function).

.. note::
The ufs get and put commands only operate on one file at a time.

Mainly main.py
++++++++++++++

Expand Down

0 comments on commit f524840

Please sign in to comment.