AzCopy for Linux を使用して Ubuntu マシンからサンプル ファイルを Azure にアップロードしようとしていますが、アクセス許可/所有権を変更しても、以下のエラーが発生し続けます。
$ azcopy --source ../my_pub --destination https://account-name.blob.core.windows.net/mycontainer --dest-key account-key
Incomplete operation with same command line detected at the journal directory "/home/jmis/Microsoft/Azure/AzCopy", do you want to resume the operation? Choose Yes to resume, choose No to overwrite the journal to start a new operation. (Yes/No) Yes
[2017/11/18 22:06:24][ERROR] Error parsing source location "../my_pub": Failed to enumerate directory /home/jmis/my_pub/ with file pattern *. Cannot find the path '/home/jmis/my_pub/'.
私は解決策を見つけるためにインターネットを掘り下げましたが、運がなくても最終的にここで質問することになりました。