From c0a76cf9b1d838c968280a998644622eb373f47e Mon Sep 17 00:00:00 2001 From: Eshan Kelkar Date: Fri, 15 Sep 2023 19:34:56 +0530 Subject: [PATCH] sftp.dox: Change a subsection heading to a more suitable heading. "Copying a file to the remote computer" is not an appropriate heading for a subsection that describes how to open a remote file and write "Hello World" to it. That heading is not appropriate as the subsection does not show how to copy a file from local to remote computer. Hence, this commit changes that heading to a more suitable heading. Signed-off-by: Eshan Kelkar Reviewed-by: Sahana Prasad Reviewed-by: Jakub Jelen --- doc/sftp.dox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/sftp.dox b/doc/sftp.dox index 1f99cfdf..8839bd30 100644 --- a/doc/sftp.dox +++ b/doc/sftp.dox @@ -139,7 +139,7 @@ Unlike its equivalent in the SCP subsystem, this function does NOT change the current directory to the newly created subdirectory. -@subsection sftp_write Copying a file to the remote computer +@subsection sftp_write Writing to a file on the remote computer You handle the contents of a remote file just like you would do with a local file: you open the file in a given mode, move the file pointer in it,