### Description I am working on updating the MyFTP app to use Windows UI 3.0. This issue will track the progress and tasks related to this update. ### Tasks - [x] Add FTPS & SFTP support (#43, #44) - [X] FTP - [x] FTP**S** - [X] **S**FTP - [X] Password - [ ] Private key - [ ] Implement asynchronous file/folder operations - [x] File download - [x] File upload - [ ] File renaming - [ ] File moving - [ ] File deletion - [ ] Folder download - [ ] Folder upload - [ ] Folder renaming - [ ] Folder moving - [ ] Folder deletion - [ ] Implement multi-window for hosts - [ ] Implement Transfer History - [x] Implement FTP Protocol Handler (#13) - [x] Add Nickname (#42) - [x] Add nickname - [x] Update nickname - [ ] New name? - [x] Logger - [ ] Save passwords securely - [ ] Standalone Installer - [ ] Website ### Libraries - FTP and FTPS: [FluentFTP](https://github.com/robinrodricks/FluentFTP) - SFTP: [SSH.NET](https://github.com/sshnet/SSH.NET)
Description
I am working on updating the MyFTP app to use Windows UI 3.0. This issue will track the progress and tasks related to this update.
Tasks
Libraries