Changes between Initial Version and Version 1 of Ticket #12632
- Timestamp:
- Jan 10, 2022, 1:29:20 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #12632 – Description
initial v1 1 1 In windows 11, I have enabled Windows's Long Path and having a LONG PATH enabled ftp server, when using FileZilla Client, somehow the file is not uploaded into intended long path dir, the maximum length of the dir that i can upload a file into is around below 1024 characters. 2 2 3 So for example I am uploading a file into a dir in the ftp server which having length of 1 822 characters, filezilla client will cut off the directory and will uploaded it into below 1024 characters length directory, instead of in the 1822 character length directory.3 So for example I am uploading a file into a dir in the ftp server which having length of 1.822 characters, filezilla client will cut off the directory and will uploaded it into below 1.024 characters length directory, instead of in the 1.822 character length directory. 4 4 5 How to overcome the 1 024 character length directory into 32.767 character length (https://docs.microsoft.com/en-us/windows/win32/fileio/maximum-file-path-limitation?tabs=cmd), 32.767 is the new maximum total characters path length .5 How to overcome the 1.024 character length directory into 32.767 character length (https://docs.microsoft.com/en-us/windows/win32/fileio/maximum-file-path-limitation?tabs=cmd), 32.767 is the new maximum total characters path length .