mirror of
https://github.com/curl/curl.git
synced 2026-04-29 15:22:11 +03:00
sftpget: SFTP is not "SSH FTP"
This commit is contained in:
parent
be5fbf7372
commit
71358ddffd
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue