aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/sftpget.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2012-08-27 14:42:56 +0200
committerDaniel Stenberg <daniel@haxx.se>2012-08-27 14:42:56 +0200
commit71358ddffd699c90f1de03e27370c8222ca792cf (patch)
tree169c01f40bdf21a0c5133e7370dc7aaf60e5cf3d /docs/examples/sftpget.c
parentbe5fbf73726fd6e22912be9df2967b675d37222c (diff)
sftpget: SFTP is not "SSH FTP"
Diffstat (limited to 'docs/examples/sftpget.c')
-rw-r--r--docs/examples/sftpget.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/sftpget.c b/docs/examples/sftpget.c
index e44c5ff2e..8317462e9 100644
--- a/docs/examples/sftpget.c
+++ b/docs/examples/sftpget.c
@@ -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.