From b9801a975a7a2a3b70e9e00cbcaa9c151437c562 Mon Sep 17 00:00:00 2001 From: Sara Golemon Date: Thu, 30 Dec 2004 19:49:57 +0000 Subject: [PATCH] Additional Documentation for: ssh2_scp_send() ssh2_scp_recv() git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@176093 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/ssh2/functions/ssh2-scp-recv.xml | 28 ++++++++++++++++++--- reference/ssh2/functions/ssh2-scp-send.xml | 29 +++++++++++++++++++--- 2 files changed, 49 insertions(+), 8 deletions(-) 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 +