Skip to content
New issue

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

execute script on target host filesystem #7367

Closed
cyberduck opened this issue Jul 26, 2013 · 1 comment
Closed

execute script on target host filesystem #7367

cyberduck opened this issue Jul 26, 2013 · 1 comment

Comments

@cyberduck
Copy link
Collaborator

3df7903 created the issue

I use cyberduck to upload a file to a holding folder on the target host. Once loaded, I open a terminal shell and ssh onto that target host. I then execute a script on that target while passing two parameters. The shell script moves the uploaded file to a file storage location on the host system and creates a symbolic link in a production location pointing to the stored file.

I would ask that cyberduck be modified to allow an executable shell script be remotely executed while passing a argument list to that script.

example: linkpdf.sh NL_13_08 aGaKB1
where linkpdf.sh is the shell script; NL_13_08 is the named file in the location known to the shell script; and, aGaKB1 is the name given to the symbolic link file.

How the new feature would work?
A new entry on the cyberduck "action" pulldown would say "execute shell script"
On activation, a command line window would open where the user would enter the location/name of the script with any arguments: e.g., ./linkpdf.sh NL_13_08 aGaKB1

@cyberduck
Copy link
Collaborator Author

@dkocher commented

The Send Command... feature should work for this.

@iterate-ch iterate-ch locked as resolved and limited conversation to collaborators Nov 26, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant