使用命令行存储文件的在线空间
我需要一个可以使用的小型在线空间(免费)
使用脚本自动上传/下载一些文件。
空间要求约为 50 MB。
这应该是这样的,它可以自动化,这样我就可以设置
它无需手动交互即可运行,即没有 GUI
我有一个动态 IP &没有设置服务器的技术。
任何帮助将不胜感激。谢谢。
I require a small space online (free) where I can
upload/download few files automatically using a script.
Space requirement is around 50 MB.
This should be such that it could be automated so I can set
it to run without manual interaction i.e. No GUI
I have a dynamic ip & have no tech on setting up a server.
Any help would be appreciated. Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
许多在线存储服务免费提供 1-2 GB 空间。其中一些有命令行客户端。例如,我使用的 SpiderOak 有一个可以在无头(非 GUI)模式下运行来上传文件的客户端,甚至还有一种通过
wget
或curl
从中下载文件的方法代码>.您只需在 GUI 模式下进行设置,然后将文件放入配置的目录中并使用正确的选项运行 SpiderOak 即可;文件已上传。然后,您可以通过另一个 SpiderOak 调用下载(“恢复”)全部或部分文件,或者通过 HTTP 获取它们。
Dropbox 也差不多,但我没有这方面的经验。
A number of online storage services provide 1-2 GB space for free. Several of those have command-line clients. E.g. SpiderOak that I use has a client that can run in a headless (non-GUI) mode to upload files, and there's even a way to download files from it by
wget
orcurl
.You just set up things in GUI mode, then put files into the configured directory and run SpiderOak with right options; files get uploaded. Then you either download ('restore') all or some of the files via another SpiderOak call or get them via HTTP.
About the same applies to Dropbox, but I have no experience with that.
www.bshellz.net 为您提供运行 Linux 的免费 shell。我认为每个人都会获得 50mb,所以你很幸运!
www.bshellz.net gives you a free shell running Linux. I think everyone gets 50mb so you're in luck!