-
Notifications
You must be signed in to change notification settings - Fork 16
Issue #6 OSX support via paramiko and pycrypt #8
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
Open
ninjapanzer
wants to merge
15
commits into
SublimeText:master
Choose a base branch
from
ninjapanzer:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or 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
…connect process Now connects using paramiko added password tracking. Need to interface overtop the send methods for paramiko General implementation works with login CD and LS. Some hooks after initial LS do not function Allowed for correct closing of transport and sftp threads Added way to force display of directory on each connection. SSH transports are no longer lost Created new cleanls to work from paramiko Path corrections Opening file does not update search path Deleted some ugly logging statementsw Refactored and corrected folder file identification for paramiko ls results assured that thread is stopped on disconnect Almost fully functional demo First Testing version working on osx Split logic for posix in download localpath variable removed a bunch of print statements
Closed
…lder> at one above root
(This is a first run and needs to have a couple more documented installations so we can be accurate)
Works with editing and domain traversal
Author
|
I have a alpha of symlink support in a feature branch. I will be revising and merging that over the week |
Inserted symlinks
SFTP extracted from SSH connections This allows for auto hostkey adding for new servers
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fix for issue #6
These changes include paramiko and pycrypt as dependencies to the plugin and allow for navigation editing and saving of files on osx.
I have only tested OSX. I have not specifically modified the ability for this to work with putty. I have only wrapped commands for the different os's based upon os mode.
This is my first go at python so I am sure my convention has left something to be desired.
I had a little issue with the nature of navigation of directories via paramiko's interface so for OSX I have changed the behavior of entering a folder. If you do the folder list is replaced with only the new folders contents. I also added a .. menu option to allow navigation back up the directory chain.
One thing I am not sure of is I had some issue with pycrypt until I built it locally on my system. I don't know if that is something that needs to be done via os or just once as I am unfamiliar with how python binds things like this.
Let me now if you have any feedback.
Paul