aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/ftpsget.c
AgeCommit message (Collapse)Author
2019-02-14examples: remove superfluous null-pointer checksDaniel Stenberg
in ftpget, ftpsget and sftpget, so that scan-build stops warning for potential NULL pointer dereference below! Detected by scan-build
2017-09-11code style: use spaces around equals signsDaniel Stenberg
2016-02-03URLs: change all http:// URLs to https://Daniel Stenberg
2015-06-18examples: more descriptionsDaniel Stenberg
2015-06-08docs: Spelling fixesVille Skyttä
2012-08-27ftpsget: simple example showing a FTPS fetchDaniel Stenberg