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.
私は FileZilla FTP を使用して、他の多くのサイト/サーバーと同様に、ディレクトリを右クリックしてファイルのアクセス許可を変更しています。何らかの理由で、これは Windows Azure では機能しません。FileZilla で出力すると「500 'SITE CHMOD 777 (mydirectory)': コマンドが理解できません」
何か案は?
Windows Azure ポータルには、いくつかのシェル コマンドを実行できる Web サイト用の "コンソール" があります。それらの 1 つが chmod (fileutils) 4.1 のようです。これを使用して、フォルダーのアクセス許可を変更できました。
chmod -R 744 myfolder