Edit files with long paths
Most of Windows still has problems with long file names. Even though WinSCP is able to download and show them in internal editor, it's not possible to use an external editor right now if the path name gets too long.
If I open the file locally, Windows is circumventing this by using
WinSCP is trying to open the editor using the full filename instead of the 8.3 formatted version which fails.
I'm using WebDAV with Confluence in this case and have therefore no influence on the length of the filenames and resulting paths.
If I open the file locally, Windows is circumventing this by using
instead ofC:\Users\myusername\AppData\Local\Temp\scp32179\plugins\servlet\CONFLU~1\default\Global\LIV3DEV\LIV3DE~1\Products\WAREHO~1\WAREHO~1\TECHNI~1\PACKAG~1.IUM
C:\Users\myusername\AppData\Local\Temp\scp32179\plugins\servlet\confluence\default\Global\LIV3DEV\LIv3 Development\Products\warehouseNAVIGATION\warehouseNAVIGATION MSP\Technical Specification%3A warehouseNAVIGATION MSP\Package.Sub.TruckCommunication.GetLoadSensorOrder.iuml
WinSCP is trying to open the editor using the full filename instead of the 8.3 formatted version which fails.
I'm using WebDAV with Confluence in this case and have therefore no influence on the length of the filenames and resulting paths.