简体   繁体   中英

Upload txt file from c++ console application

I crated a console application that stores all user inputs into a .txt file. Now I want to upload this txt file to somethig like Dropbox or it could be something else. Would you give me some tipps how to do this? What should I look for in order to do this?

I found this link to MS page that could be the solution for my problem: MS-LINK

In this case I need an ASP.NET Webseite where I have to upload the file to.

Is there another possibility? Like uploading this directly to Dropbox for example?

This should be a comment, but my rep seems to be too low. Why dont you just save the file to the folder, which dropbox/Google drive checks for files to sync with the cloud?

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM