简体   繁体   English

从c ++控制台应用程序上传txt文件

[英]Upload txt file from c++ console application

I crated a console application that stores all user inputs into a .txt file. 我创建了一个控制台应用程序,它将所有用户输入存储到.txt文件中。 Now I want to upload this txt file to somethig like Dropbox or it could be something else. 现在我想将这个txt文件上传到像Dropbox这样的文件,或者它可能是其他东西。 Would you give me some tipps how to do this? 你能给我一些tipps怎么做? 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 我发现这个链接到MS页面可能是我的问题的解决方案: MS-LINK

In this case I need an ASP.NET Webseite where I have to upload the file to. 在这种情况下,我需要一个ASP.NET Webseite,我必须将文件上传到。

Is there another possibility? 还有其他可能吗? Like uploading this directly to Dropbox for example? 比如直接将其上传到Dropbox?

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? 为什么不将文件保存到文件夹,哪个dropbox / Google驱动器检查文件是否与云同步?

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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