Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在编写一个需要使用 FTP 创建文件夹的 android 程序。文件夹正在创建但没有写入权限。
这是创建文件夹的代码。
mFTPClient.makeDirectory(dir_path);
我想在该文件夹上设置写权限(CHMOD 777)。
有人可以建议如何做到吗?
我不认为你可以使用 ftpclient 来做到这一点。您可能必须编写脚本/批处理文件来更改创建目录的权限。并这样做:
希望能帮助到你!
请用于 ubntus chmod -R 0777 module_installation/