From 6e6bc33d3befd61f05b5a5f6282b899567db095f Mon Sep 17 00:00:00 2001 From: Sara Golemon Date: Thu, 30 Dec 2004 19:42:20 +0000 Subject: [PATCH] Additional documentation for: ssh2_sftp_rename() and ssh2_sftp_unlink() git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@176092 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/ssh2/functions/ssh2-sftp-rename.xml | 28 ++++++++++++++++--- reference/ssh2/functions/ssh2-sftp-unlink.xml | 26 +++++++++++++++-- 2 files changed, 47 insertions(+), 7 deletions(-) diff --git a/reference/ssh2/functions/ssh2-sftp-rename.xml b/reference/ssh2/functions/ssh2-sftp-rename.xml index 3bafd23d48..95a8c8c397 100644 --- a/reference/ssh2/functions/ssh2-sftp-rename.xml +++ b/reference/ssh2/functions/ssh2-sftp-rename.xml @@ -1,5 +1,5 @@ - + @@ -17,9 +17,29 @@ stringto - - Renames a file on the remote filesystem - + + Renames a file on the remote filesystem. + + + + Renaming a file via sftp + + +]]> + + + + + See Also: + rename + diff --git a/reference/ssh2/functions/ssh2-sftp-unlink.xml b/reference/ssh2/functions/ssh2-sftp-unlink.xml index b2ec862f9a..69900552a0 100644 --- a/reference/ssh2/functions/ssh2-sftp-unlink.xml +++ b/reference/ssh2/functions/ssh2-sftp-unlink.xml @@ -1,5 +1,5 @@ - + @@ -16,9 +16,29 @@ stringfilename - + Deletes a file on the remote filesystem - + + + + Deleting a file + + +]]> + + + + + See Also: + unlink +