Re: SFTP Path Length Error
I'm not sure what are you trying to prove here.
There's no limitation in SFTP on path length.
Windows has a legacy limit of 260. The limit can be bypassed using some techniques, that a software has to explicitly employ. Software that does not employ these techniques is limited by those 260 characters. So if your server runs on Windows, it can potentially be limited. But that's limit of the software/Windows, not a limit of SFTP.
Though I was able to download a file with ~500 characters in path from Bitvise SSH server running on Windows without any problem.
There's no limitation in SFTP on path length.
Windows has a legacy limit of 260. The limit can be bypassed using some techniques, that a software has to explicitly employ. Software that does not employ these techniques is limited by those 260 characters. So if your server runs on Windows, it can potentially be limited. But that's limit of the software/Windows, not a limit of SFTP.
Though I was able to download a file with ~500 characters in path from Bitvise SSH server running on Windows without any problem.