Hello I'm new here. I use the editor for a week or so and it's great, but I noticed that the sftp implementation is not perfect since I have issue with the unknown error manly happened when I put my laptop in sleep mode, I'm able to open new files but the tree cannot be refreshed and I have to disconnect .. where all opened files automatically closed for no reason at all I cannot reopen them as recent opened files. Also dbl click event don;t open folder only animate opening - open can be only done with marker in front of the folder.
here is the error :
SFTP issues
-
- CodeLite Curious
- Posts: 2
- Joined: Tue Nov 14, 2017 11:48 am
- Genuine User: Yes
- IDE Question: PHP
- Contact:
SFTP issues
You do not have the required permissions to view the files attached to this post.
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: SFTP issues
Probably the connection was aborted...
There is nothing we can do to really fix this, but only make it easier to recover:
- Support sessions for SFTP accounts (e.g. re-open all previously opened for this account)
- Detect connection abort and close the tree as well
Please open an enhancement on GitHub
Eran
There is nothing we can do to really fix this, but only make it easier to recover:
- Support sessions for SFTP accounts (e.g. re-open all previously opened for this account)
- Detect connection abort and close the tree as well
Please open an enhancement on GitHub
Eran
Make sure you have read the HOW TO POST thread
-
- CodeLite Curious
- Posts: 2
- Joined: Tue Nov 14, 2017 11:48 am
- Genuine User: Yes
- IDE Question: PHP
- Contact:
Re: SFTP issues
OK, I open an issue on the github. Thnaks.