Changes between Initial Version and Version 1 of Ticket #12632


Ignore:
Timestamp:
Jan 10, 2022, 1:29:20 AM (3 years ago)
Author:
quantizer
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12632 – Description

    initial v1  
    11In 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.
    22
    3 So for example I am uploading a file into a dir in the ftp server which having length of 1822 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.
     3So 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.
    44
    5 How to overcome the 1024 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 .
     5How 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 .