-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
nassh/ssh_client: rework how we pass sftp subsystem down
Rather than re-use the -s argument to select the sftp subsystem, add a new parameter to the plugin API so we can signal this independently of the command line. By itself, this isn't terribly useful (and is a bit redundant), but in a follow up CL, it allows us to simplify the command line parsing on the JS side significantly. BUG=chromium:725292 Change-Id: I55d04617050a3f7c76e3ecf61138ef3fad2f711c Reviewed-on: https://chromium-review.googlesource.com/586672 Reviewed-by: Brandon Gilmore <[email protected]> Tested-by: Mike Frysinger <[email protected]>
- Loading branch information
Showing
4 changed files
with
42 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters