We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
現状 nextcloud-cli download -o hoge Photos では Photos -> hoge nextcloud-cli download -o hoge Photos/user-avatar.png では Photos/user-avatar.png -> hoge/user-avatar.png
nextcloud-cli download -o hoge Photos
Photos
hoge
nextcloud-cli download -o hoge Photos/user-avatar.png
Photos/user-avatar.png
hoge/user-avatar.png
ファイル単体を指定したときも、次のようにディレクトリのときと同じ挙動で出力先ファイル名を変更したい。 nextcloud-cli download -o hoge Photos/user-avatar.png では Photos/user-avatar.png -> hoge
The text was updated successfully, but these errors were encountered:
No branches or pull requests
現状
nextcloud-cli download -o hoge Photos
ではPhotos
->hoge
nextcloud-cli download -o hoge Photos/user-avatar.png
ではPhotos/user-avatar.png
->hoge/user-avatar.png
ファイル単体を指定したときも、次のようにディレクトリのときと同じ挙動で出力先ファイル名を変更したい。
nextcloud-cli download -o hoge Photos/user-avatar.png
ではPhotos/user-avatar.png
->hoge
The text was updated successfully, but these errors were encountered: