2026/05/25
Jump to navigation
Jump to search
|
Monday, May 25, 2026 (#145)
|
|
References |
FTM rewrite
- ✅ 1. Local copy/verify/file-resume works
- 🛠️ 2. TODO: nonlocal (sftp)
- 🛠️ 3. TODO: "move" operation
- 🔧 4. TODO (minor): "count" operation
- 🔧 5. TODO (minor): prevent wrap-around of long status strings
- 🔧 6. TODO (minor): tree-resume
- i.e. save current location in node-tree, and allow resuming from there
I'm trying not to do sftp the way I did it before, which was to mount any remotes using sshfs and then alias all operations to the mounted folder(s).
One question that is coming up: which filesys operations, out of all those I need, are supported by the ssh2 wrapper? Or, phrased another way, are there any operations I'll need to do via other means?