You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Related Problem: #16714.
Describe the solution you'd like
I need to have a way to run multiple commands at once, without losing connection. I'm making an automation task that create a directory tree on the server if not exist, download a file, then upload some files. It takes ~1.5 minutes to complete because cyberduck has to connect / disconnect 15 times.
Describe alternatives you've considered
Please give us a way to reuse the connection. It can be scripting support:
Is your feature request related to a problem? Please describe.
Related Problem: #16714.
Describe the solution you'd like
I need to have a way to run multiple commands at once, without losing connection. I'm making an automation task that create a directory tree on the server if not exist, download a file, then upload some files. It takes ~1.5 minutes to complete because cyberduck has to connect / disconnect 15 times.
Describe alternatives you've considered
Please give us a way to reuse the connection. It can be scripting support:
script content:
Or at least, support multiple tasks in one command:
But this will be restricted by the command line length limit.
Thanks!
The text was updated successfully, but these errors were encountered: