我在 Windows 7 台式电脑上有三个文件夹,每个文件夹都包含一个对应于 android 平板电脑的文件
windows PC android tablet
folder one <-------> android tablet one
folder two <-------> android tablet two
folder three <-------> android tablet three
我想按一下 android 平板电脑应用程序上的一个按钮,将一个简单的文本文件从 windows 计算机上的文件夹复制到平板电脑,当我触摸 android 平板电脑上的另一个按钮时,从另一个方向复制相同的文件,从平板电脑到 windows pc 上的文件夹。
我想避免为 Windows PC 编写任何软件,而是从平板电脑上完成。
如何才能做到这一点?什么是最好的方法?
我正在考虑保管箱 API,但我认为这不可能,因为有 3 个不同的文件并且有 3 个单独的平板电脑。因此不可能在同一台计算机上运行 3 个不同的保管箱。