]> granicus.if.org Git - curl/commitdiff
sftpget: SFTP is not "SSH FTP"
authorDaniel Stenberg <daniel@haxx.se>
Mon, 27 Aug 2012 12:42:56 +0000 (14:42 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 27 Aug 2012 12:42:56 +0000 (14:42 +0200)
docs/examples/sftpget.c

index e44c5ff2ef31ac3c6775f582f82f7365a63f9c97..8317462e9c53e723c4c7cfb8d8fbf9f6e7f06a62 100644 (file)
@@ -28,7 +28,7 @@
 #undef DISABLE_SSH_AGENT
 
 /*
- * This is an example showing how to get a single file from an SSH FTP server.
+ * This is an example showing how to get a single file from an SFTP server.
  * It delays the actual destination file creation until the first write
  * callback so that it won't create an empty file in case the remote file
  * doesn't exist or something else fails.