WINSCP , wine and sublime Text
I really love WINSCP and it's clearly the best for me.
Now I'm on MAC and I can't find better than it.
So I use it with wine and it works perfectly
But I got some trouble when I try to edit a file with external editor : Sublime text.
When I save the file, it was not uploaded to the server.
File is updated on the temp folder :
MacBook-Pro:brindos alban$ ls -l total 24 -rw-r--r-- 1 alban staff 10025 19 sep 22:41 brindos.css MacBook-Pro:brindos alban$ ls -l total 24 -rw-r--r-- 1 alban staff 10027 20 sep 16:53 brindos.css MacBook-Pro:brindos alban$
To load external editor and because I need to rewrite the path to be unix compatible, I use this bash script :
#!/bin/sh path="`wine winepath -u "$1"`" "`/Applications/Sublime\ Text.app/Contents/SharedSupport/bin/subl -w "$path"`" exit 1
File is correctly opened in sublime text and saved....but WINSCP never upload it.
I know you don't support MAC but I really want to use it.
So if you can help me to solve this issue....
Thanks
best regards