Setting for saving session names to disk ("forward slash" ("/"))
When using "Append session name to temporary path" some editors have problems with char "forward slash" ("/") which is used as delimiter for folder and session.
Preferences > Storage
If I have sessions
If I open a file for editing in a custom editor with setting as above mentioned I get
D:\code\winscp\MyServer%2Fuser1\var\www\some\path\some.file.css
Some editors have problems with "%2F" and are trying to open wrong path:
D:\code\winscp\MyServer\user1\var\www\some\path\some.file.css
It would be useful to me to have a setting which defines this delimiter "forward slash" ("/").
For example, logging uses delimiter "-" for session names D:\code\winscp_log\MyServer-user1.log
Preferences > Storage
[x] Use temporary directory of system : D:\code\winscp\ [x] Append session name to temporary path [x] Append remote path to temporary path [x] Keep temporary copies of remote files in deterministic paths [ ] Cleanup obsolete temporary directories on startup
MyServer |- user1 |- user2
D:\code\winscp\MyServer%2Fuser1\var\www\some\path\some.file.css
Some editors have problems with "%2F" and are trying to open wrong path:
D:\code\winscp\MyServer\user1\var\www\some\path\some.file.css
It would be useful to me to have a setting which defines this delimiter "forward slash" ("/").
For example, logging uses delimiter "-" for session names D:\code\winscp_log\MyServer-user1.log