Replies: 1 comment 1 reply
-
|
I can confirm this is not currently supported. If implemented, we would add a command line parameter like |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I could not find this anywhere - is it possible to connect directly to a bookmark using Cyberduck CLI?
If not, could it be added as a feature?
The idea would be not to have to repeat configuration parameters, but rely on Cyberduck to already 'know' about this bookmark. Paths could be resolved relative to the bookmark, so for example:
If I have a bookmark with Nickname
Duck Uploadsand an ID hash ofabcde12345(which is a unique bokmark ID that Cyberduck would expose and show on the UI), configured to:sftp://myhost/home/user/duckuploadswith a private key and keyphrase saved.
Perhaps I could do this:
duck --list "bookmark:abcde12345:/subdirto list contents ofsftp://myhost/home/user/duckuploads/subdiron that server. I would not need to specify any connection parameters unless they weren't saved (e.g. password/keyphrase).Beta Was this translation helpful? Give feedback.
All reactions