sftpget: SFTP is not "SSH FTP"

This commit is contained in:
Daniel Stenberg 2012-08-27 14:42:56 +02:00
parent be5fbf7372
commit 71358ddffd

View 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.