diff --git a/reference/ssh2/functions/ssh2-scp-recv.xml b/reference/ssh2/functions/ssh2-scp-recv.xml
index 74cf7f4e15..d056129f75 100644
--- a/reference/ssh2/functions/ssh2-scp-recv.xml
+++ b/reference/ssh2/functions/ssh2-scp-recv.xml
@@ -1,5 +1,5 @@
-
+
@@ -17,9 +17,29 @@
stringlocal_file
-
- Copies a file from the remote server to the local filesystem.
-
+
+ Copy a file from the remote server to the local filesystem using the SCP protocol.
+
+
+
+ Downloading a file via SCP
+
+
+]]>
+
+
+
+
+ See Also:
+ ssh2_scp_send, and
+ copy
+
diff --git a/reference/ssh2/functions/ssh2-scp-send.xml b/reference/ssh2/functions/ssh2-scp-send.xml
index 8e83595979..dabffafa66 100644
--- a/reference/ssh2/functions/ssh2-scp-send.xml
+++ b/reference/ssh2/functions/ssh2-scp-send.xml
@@ -1,5 +1,5 @@
-
+
@@ -18,9 +18,30 @@
intcreate_mode
-
- Copy a file from the local filesystem to the remote server.
-
+
+ Copy a file from the local filesystem to the remote server using the SCP protocol.
+ The file will be created with the mode specified by create_mode.
+
+
+
+ Uploading a file via SCP
+
+
+]]>
+
+
+
+
+ See Also:
+ ssh2_scp_recv, and
+ copy
+