Implement SFTP Phase 10: 100% functionality
Some checks failed
Test / test (push) Has been cancelled
Test / build (push) Has been cancelled

- Add SSH_FXP_READLINK handler (symlink reading)
- Add SSH_FXP_SYMLINK handler (symlink creation)
- Add SSH_FXP_EXTENDED handler with 4 extensions:
  - statvfs@openssh.com (filesystem statistics)
  - fstatvfs@openssh.com (handle filesystem stats)
  - hardlink@openssh.com (hardlink creation)
  - posix-rename@openssh.com (POSIX rename)
- Add Default trait for SftpAttrs
- SFTP now 100% complete with all draft-ietf-secsh-filexfer operations
This commit is contained in:
Warren
2026-06-15 15:07:35 +08:00
parent 012920e590
commit e73790392e
2 changed files with 227 additions and 0 deletions

Binary file not shown.