Upload Code
loading-left
loading loading loading
loading-right

Loading

Profile
No self-introduction
codes (3)
single file from an FTP server
no vote
This is an example showing how to get a single file from an FTP 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.  
mmm_92
2016-08-23
0
1
FTP upload with a rename of the file
no vote
This is an example that shows how to upload a FTP with the help of a library. If you successfully upload the file you can rename it after. Its coded in c++.  
mmm_92
2016-08-23
0
1
Send email
no vote
Send an email to gmail, hotmail, yahoo, etc This is a simple example showing how to send mail using libcurl's SMTP  capabilities. It builds to add authentication and, more importantly, transport security to protect the authentication details from being snooped.
mmm_92
2016-08-23
0
1
No more~