Android - 自动在手机和桌面应用程序之间传输文件
有谁知道在桌面上运行的应用程序和 Android 设备上运行的应用程序之间传输文件的方法吗?
这必须是某种客户端服务器架构吗?我是否应该使用“adb Push / Pull”之类的桌面应用程序命令以及 SD 卡上的预定义文件路径(该应用程序也保存其数据?)
谢谢,
Does anyone know of a way to transfer files between an app running on a desktop and and app running on an Android device?
Would this have to be some sort of client server arch? Should i use 'adb push / pull' like commands from the desktop app with predifined file paths on the sd card (which the app saves its data too?)
Thanks,
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以只使用 Dropbox 或类似的服务。如果您想要自己的解决方案,您可以使用,例如 sftp。如果手机可以连接到与台式计算机相同的无线网络,您甚至不必担心端口/NAT 问题。
You could just use Dropbox, or a similar service. If you want your own solution you can use, for example, sftp. If the phone can be connected to the same wireless net as the desktop computer you don't even have to worry about ports/NAT issues.