wolfSSL / wolfssh

wolfSSH is a small, fast, portable SSH implementation, including support for SCP and SFTP.
https://www.wolfssl.com
367 stars 88 forks source link

SFTP Symlink #711

Closed ejohnstown closed 2 months ago

ejohnstown commented 2 months ago
  1. When the server tries to open a file, get the attributes following links.
  2. Add decoding links from the file attributes when making a long name.
  3. When the server gets a file attributes for the file list, do not follow links.
  4. When the client tries to stat a file before getting it, it should use the stat that follows links.