You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NppFTP uses the cache paths to store the remote files. If the remote file, for example, the Java class file, is put in deep directories and has a long filename, the length of the filename is beyond MAX_PATH (260 characters). The situation becauses common if NppFTP is used to work with Android source code with Ubuntu.
Create the file /tmp/abcdefghijklmnopqrstuvwxyz01234567890/abcdefghijklmnopqrstuvwxyz01234567890/abcdefghijklmnopqrstuvwxyz01234567890/abcdefghijklmnopqrstuvwxyz01234567890/abcdefghijklmnopqrstuvwxyz01234567890/abcdefghijklmnopqrstuvwxyz01234567890/abcdefghijklmnopqrstuvwxyz01234567890/0
Try to open the file with NppFTP
Expected Behavior
File won't be downloaded from the reomote.
Actual Behavior
File can be downloaded from the reomote.
The text was updated successfully, but these errors were encountered:
Description of the Issue
NppFTP uses the cache paths to store the remote files. If the remote file, for example, the Java class file, is put in deep directories and has a long filename, the length of the filename is beyond MAX_PATH (260 characters). The situation becauses common if NppFTP is used to work with Android source code with Ubuntu.
https://docs.microsoft.com/en-us/windows/win32/fileio/maximum-file-path-limitation introduced the solution. It's apprecicated that NppFTP can have the improvement.
Steps to Reproduce the Issue
/tmp/abcdefghijklmnopqrstuvwxyz01234567890/abcdefghijklmnopqrstuvwxyz01234567890/abcdefghijklmnopqrstuvwxyz01234567890/abcdefghijklmnopqrstuvwxyz01234567890/abcdefghijklmnopqrstuvwxyz01234567890/abcdefghijklmnopqrstuvwxyz01234567890/abcdefghijklmnopqrstuvwxyz01234567890/0
Expected Behavior
File won't be downloaded from the reomote.
Actual Behavior
File can be downloaded from the reomote.
The text was updated successfully, but these errors were encountered: