2026/06/14
Jump to navigation
Jump to search
|
Sunday, June 14, 2026 (#165)
|
|
References |
Current work:
- Ferreteria FileSys stuff in order to support sftp in FTM.
- adaptation of #phpseclib
- I've decided that the way to adapt this with minimum fuss and minimum added footprint is :
- 1. Write a wrapper class/iface for PHP's native ssh2 stuff (quasi-broken as it is), because it's easy to test something that was working (up to the point where sftp crashes).
- 2. Extract just the functional bits of phpseclib that I actually need, because it has a lot of extra support-logic and details that either duplicate functionality already in Ferreteria or which I don't really have any use for yet (and therefore no easy/practical way to test, as well).
- I've decided that the way to adapt this with minimum fuss and minimum added footprint is :
- adaptation of #phpseclib