RemoteTree icon indicating copy to clipboard operation
RemoteTree copied to clipboard

Sublime Text 3 plugin for browsing remote file tree via SFTP

Results 14 RemoteTree issues
Sort by recently updated
recently updated
newest added

I installed it like you said, but on Mac i can't use it. This error message appears: "_Bcrypt.abi3.so" cannot be opened because the developer cannot be verified. macOS cannot verify...

I get this error tryining to connect: > Connecting to 5.XX.XX.XX… > C:\Users\username\AppData\Roaming\Sublime Text 3\Packages\RemoteTree\pysftp\__init__.py:61: UserWarning: Failed to load HostKeys from C:\Users\username\.ssh\known_hosts. You will need to explicitly load HostKeys (cnopts.hostkeys.load(filename))...

First things first, thank you for this plugin, I have been waiting for something like this since a long time Unfortunately I can set a remote server, browser and open...

After putting the folder / files into my packages folder I get this error: reloading plugin RemoteTree.remote-tree Traceback (most recent call last): File "C:\Program Files (x86)\Sublime Text 3\sublime_plugin.py", line 109,...

Files are downloaded correctly, but they are not selected in the file tree (because paths look different). Also there may be problems with uploads on save.

bug

The company's server is FTP. If it supports FTP protocol, that's great.

I click some of file in the remote and the sublime always has no response, so I has to force close the sublime, why? I find that I edit a...

Hi, I am trying to connect with key. Here is the error message ``` Exception in thread Thread-53: Traceback (most recent call last): File "./python3.3/threading.py", line 901, in _bootstrap_inner File...

bug

Local : Windows, Server : Linux remote-tree.py ``` def on_post_save_async(self, view): # # if fname.startswith(prefix): ensure_connection(server) suffix = fname[len(prefix):] suffix = suffix.replace('\\', '/') ``` suffix replace \ to / for...

Exception in thread Thread-8: Traceback (most recent call last): File "./python3.3/threading.py", line 901, in _bootstrap_inner File "/Users/ivphpan/Library/Application Support/Sublime Text 3/Packages/RemoteTree/remote-tree.py", line 23, in run ensure_connection(self.tree.server) File "/Users/ivphpan/Library/Application Support/Sublime Text 3/Packages/RemoteTree/remote-tree.py",...