Skip to content

Commit ad48a77

Browse files
committed
Add example to 'Put File' documentation.
1 parent 5ce6d8e commit ad48a77

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

SCPLibrary/library.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,9 @@ def put_file(self, local_filepath, remote_filepath):
7373
7474
Note: A connection to the remote machine must be made first using the `Open Connection` keyword.
7575
76-
Example:
76+
Examples:
7777
| Put File | mytea.txt | /home/tyler/tea.txt
78+
| Put File | mytea.txt | /home/tyler/
7879
"""
7980
if self.scp_client is None:
8081
raise SCPNotConnectedError("An SCPLibrary connection must be created first using the 'Open Connection' keyword.")

0 commit comments

Comments
 (0)