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
Is your feature request related to a problem? Please describe. Not related to any problems, only for implementation of new features.
Describe the solution you'd like Using the file history stored in badger database, the quic-s server can do actions like the below:
Overall the actions above are executed by commands implemented using Cobra library.
The text was updated successfully, but these errors were encountered:
feat: Implement to copy file to a target directory in server (not tes…
ac1351e
…t yet) - implement 'download the file to a user-defined directory' - hold the rollback feature because of requirements review resolved: quic-s#33
feat: Add condition with target path when downloading files on server
0988f56
- the target path should not be in .quics directory resolved: quic-s#33
3726555
namseonu
No branches or pull requests
Is your feature request related to a problem? Please describe.
Not related to any problems, only for implementation of new features.
Describe the solution you'd like
Using the file history stored in badger database, the quic-s server can do actions like the below:
Overall the actions above are executed by commands implemented using Cobra library.
The text was updated successfully, but these errors were encountered: