Opened 2 years ago

Last modified 2 years ago

#12648 new Patch

[PATCH]Windows Long PATH support

Reported by: quantizer Owned by:
Priority: high Component: FileZilla Client
Keywords: Cc:
Component version: Operating system type: Windows
Operating system version: 11 x64

Description

https://i.imgur.com/HCyDYuK.png

It's easier than what I thought it should be, only need to add the following below to the FileZilla interface manifest xml. Patch added.

  <application xmlns="urn:schemas-microsoft-com:asm.v3">
    <windowsSettings>
      <longPathAware xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">true</longPathAware>
	  <activeCodePage xmlns="http://schemas.microsoft.com/SMI/2019/WindowsSettings">UTF-8</activeCodePage>
    </windowsSettings>
  </application>

Attachments (1)

windows-long-path-support.patch (648 bytes ) - added by quantizer 2 years ago.
Windows's long path support

Download all attachments as: .zip

Change History (3)

by quantizer, 2 years ago

Windows's long path support

comment:1 by quantizer, 2 years ago

Notes :

Per-folder name is still limited at 260 characters, while Total PATH/Folder Name is limited at 32.767 characters.
Possibly not self-compiled FileZilla client user might be able to add Long Path by using [Resource Hacker]http://www.angusj.com/resourcehacker/ and add that line above inside the FileZilla client manifest.

Last edited 2 years ago by quantizer (previous) (diff)

comment:2 by Tim Kosse, 2 years ago

This change will be applied no sooner than Windows makes long paths the default. As long as most native Windows tools, such as Explorer or Notepad cannot handle long paths, it is not suitable for FileZilla.

Note: See TracTickets for help on using tickets.