Also, after a while I donāt use the editor, I try to reconnect to the server and it says āmultiple connections, giving upā and then I try again and it crashes.
Please check the console (ctrl+`) and see if any errors are listed there. If you email me at support@wbond.net, I can be sure to help you. Unfortunately the forum here isnāt the best place for support since there arenāt any notifications of replies.
Iām having the same issue. This is pretty common in any ftp access where there isnāt a keep-alive setting on the server or ftp client. It would be nice if Sublime SFTP would just auto-reconnect when a connection timeout occurred.
It would be nice if plugins could add additional information to the side bar, such as file modes, file size, file mtime. It would be nice if the side bar could be used for version control, such as showing the version when a file was last modified, whether the file is modified w.r.t. the repository (as per āhg statusā, for example), or the list of patches as in āhg qseries -vā. Or maybe even a history browser that displays the output of āhg logā (or equivalent) and would allow me to navigate to each change set to inspect it more closely (the detail would be shown on the right).
It would be nice if the side bar could show an outline of the current document, such as the list of things shown by Command+R. This could be classes and methods for programming languages and sections and subsections for, say, LaTeX documents.
Iām having the same issue. This is pretty common in any ftp access where there isnāt a keep-alive setting on the server or ftp client. It would be nice if Sublime SFTP would just auto-reconnect when a connection timeout occurred.[/quote]
Sublime SFTP does automatically reconnect when a disconnection occurs ā it just appears youāve run into some situation that no-one else has run into and sent me info about. Please visit support@wbond.net.
Unfortunately, detecting disconnections has been more complicated than I would have guessed. So far Iāve tracked down at least 10 different ways python will fail with an FTP disconnection using ftplib and a whole host of separate issues with the OpenSSH sftp program and psftp. The changelog includes a rather lengthy list of the number of releases Iāve made that include fixes for various disconnection error modes.
With any luck I will have version 1.7.0 out later tonight or tomorrow which will include some features to help in capturing info about previously unreported errors.
It would be nice if plugins could add additional information to the side bar, such as file modes, file size, file mtime. It would be nice if the side bar could be used for version control, such as showing the version when a file was last modified, whether the file is modified w.r.t. the repository (as per āhg statusā, for example), or the list of patches as in āhg qseries -vā. Or maybe even a history browser that displays the output of āhg logā (or equivalent) and would allow me to navigate to each change set to inspect it more closely (the detail would be shown on the right).
It would be nice if the side bar could show an outline of the current document, such as the list of things shown by Command+R. This could be classes and methods for programming languages and sections and subsections for, say, LaTeX documents.
Does this make it āof limited useā?
Happy New Year.[/quote]
I was just referring to create āfakeā file entries for remote files and folders, that is all! I know there are a whole host of ways plugins could change and augment the side bar.
It would be nice if plugins could add additional information to the side bar, such as file modes, file size, file mtime. It would be nice if the side bar could be used for version control, such as showing the version when a file was last modified, whether the file is modified w.r.t. the repository (as per āhg statusā, for example), or the list of patches as in āhg qseries -vā. Or maybe even a history browser that displays the output of āhg logā (or equivalent) and would allow me to navigate to each change set to inspect it more closely (the detail would be shown on the right).
It would be nice if the side bar could show an outline of the current document, such as the list of things shown by Command+R. This could be classes and methods for programming languages and sections and subsections for, say, LaTeX documents.
Does this make it āof limited useā?
Happy New Year.
I was just referring to create āfakeā file entries for remote files and folders, that is all! I know there are a whole host of ways plugins could change and augment the side bar. [/quote]
āJustā? I havenāt looked at how your sftp plugin does things, but I would expect that Jon would need to provide an API to add arbitrary entries to the side bar, and to have arbitrary code run when they are accessed. And that would be the general functionality one could use to implement all the other things I mentioned.
I canāt really imagine how Jon could provide an API that would be less general.
[quote=āC0D312ā]I seem to have discovered a small issue. When I use the ālocal to remote sync,ā it opens a connection and works flawlessly. Then a few minutes later, I might make another edit. When I press ālocal to remote sync,ā it connects, prompts me if I want to overwrite, I select yes, then it gives my a timeout error. If I restart st2, and the press local to remote sync, it works again flawlessly.
It seems that the plugin is not properly closing the connection because this issue occurs frequently. But besides that, itās awesome.
Thanks again for all your work.[/quote]
I believe this should be fixed in version 1.7.0.
[quote=ānatebeacā]Thereās really only one thing stopping me from purchasing this. I noticed there is āUpload file on saveā, how about a āDownload file on open (if newer)ā
Most editors plugins Iāve tried that do FTP have somewhat of a āsyncā when I open a file - that is, checking if the remote file has been modified after the local copy. If it has been modified after, then download the newest version on the spot. I do a lot of personal work off a cloud server (not production) and am forced to use FTP.
Therefore, if I checkout out another branch in the remote workspace via git, thereās a good chance my local copy will become stale and will muck up my current workspace if I donāt explicitly download each file I open.[/quote]
Version 1.7.0 has a new setting, sync_down_on_open which should accomplish what you are looking for.
[quote=ātitoā]Is there any chance to get the menuitems under āsidebarā and ācontext menuā organized under a āFTPā submenu?
Thanks[/quote]
Iāve completely restructured the menus for version 1.7.0, so everything is now under an SFTP/FTP sub-menu in the side bar context menu, editor context menu and file menu.
This is fixed in version 1.7.0.
[quote=āJeromeMā]Hi,
I have a problem using SFTP with SSH Key file.
When asked for the Passphrase, the window close after 2/3sec, and i have the āfailure (Connection timeout)ā error.
Iāve tried changing the āconnect-timeoutā setting, but it doesnāt change anything.
Iām on Windows and everything else seems ok ā¦
Thanks[/quote]
This is fixed in version 1.7.0. In addition, the new version uses a masked input inside of Sublime to accept passwords and passphrases.
[quote=āfmeetzeā]
Iām having the same issue. This is pretty common in any ftp access where there isnāt a keep-alive setting on the server or ftp client. It would be nice if Sublime SFTP would just auto-reconnect when a connection timeout occurred.[/quote]
Version 1.7.0 includes functionality to capture uncaught exceptions, log them to a file, and prompt the user to send them to my support address. Hopefully this will make it easier for me to track down bugs I am unable to reproduce.
Iām having the same issue. This is pretty common in any ftp access where there isnāt a keep-alive setting on the server or ftp client. It would be nice if Sublime SFTP would just auto-reconnect when a connection timeout occurred.
Sublime SFTP does automatically reconnect when a disconnection occurs ā it just appears youāve run into some situation that no-one else has run into and sent me info about. Please visit support@wbond.net.
Unfortunately, detecting disconnections has been more complicated than I would have guessed. So far Iāve tracked down at least 10 different ways python will fail with an FTP disconnection using ftplib and a whole host of separate issues with the OpenSSH sftp program and psftp. The changelog includes a rather lengthy list of the number of releases Iāve made that include fixes for various disconnection error modes.
With any luck I will have version 1.7.0 out later tonight or tomorrow which will include some features to help in capturing info about previously unreported errors.[/quote]
The new update did the trick. SFTP is now reestablishing my connection. Thanks!
Iām having a small issue: when i try to create a ftp connection, i get a freezed editor. I have to close it, and when iām open it again, sftp.json is there, everything work smooth after that.
i noticed that on windows and osx, but with the same config files.
Probably is a conflict with another package, dunno, i didnāt tried too much things (to be honest, i dont create that many ftp connection, so is not a biggie), but i feel like is good to let you know.
I have a problem with your plugin related to a memory leak. Iāve opened a sftp connection in one window and synchronized a server folder locally (700 Mb). At some point Iāve closed the download and opened a ftp connection. After a few minutes sublime was using aprox 2.4 Gb of memory.
[quote=āiamntzā]Iām having a small issue: when i try to create a ftp connection, i get a freezed editor. I have to close it, and when iām open it again, sftp.json is there, everything work smooth after that.
i noticed that on windows and osx, but with the same config files.
Probably is a conflict with another package, dunno, i didnāt tried too much things (to be honest, i dont create that many ftp connection, so is not a biggie), but i feel like is good to let you know.[/quote]
When you say ācreate a connectionā, are you referring to creating a new remote, creating a new server, or connecting to one of those? Any more details you can provide can potentially help me track this down.
The only time Iāve ever seen this is if the activity indicator kept printing dots forever in the output panel due to an uncaught exception. If you can replicate this, please send me a debug log (wbond.net/sublime_packages/sftp/support) and a copy of the output panel contents. With that info I can fix it.
I just purchased your plugin. I must say that it made my working routine so much easier. I have to say though that $16 is pretty overpriced BUT considering that I am a happy user of your other plugin it a worthwhile support of a great developerā¦
Here is a problem I have: My session usually closes after some time, which is obvious. But when I try to send a file after that, SFTP tries to connected for a pretty long time with an endless number of dots and finally fails with a āInvalid login credentialsā (no password prompt). When I then try to send a second time, I get the password prompt very quickly and the connection is reestablishedā¦