Awesome. Thanks for the update.
One bug is I can't paste a password into the new password dialogue on windows. I have to type it in manually.
firefusion wrote:Awesome. Thanks for the update.
One bug is I can't paste a password into the new password dialogue on windows. I have to type it in manually.
- Added Monitor File command that will periodically check file modification time and upload the file if it changes. This is intended to work with programs such as CodeKit and CSS compilers that will modify a file externally to Sublime. Frequency of checks can be controlled via SFTP settings.
wbond wrote:fmeetze wrote:wbond wrote:C0D312 wrote: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.
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 http://wbond.net/sublime_packages/sftp/support and create a debug log. Also be sure to check the console (ctrl+`) for any errors. Please send the info to 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.
iamntz wrote: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.
silent wrote: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.
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.
Return to Plugin Announcements
Users browsing this forum: Clams and 6 guests