feat: Add option to access remote files using raw SSH

This commit is contained in:
WerWolv
2025-12-03 19:23:15 +01:00
parent 2a84534ced
commit e2fdd91956
6 changed files with 262 additions and 90 deletions

View File

@@ -17,9 +17,9 @@ IMHEX_PLUGIN_SETUP("Remote", "WerWolv", "Reading data from remote servers") {
return romfs::get(path).string();
});
hex::plugin::remote::SFTPClient::init();
hex::plugin::remote::SSHClient::init();
AT_FINAL_CLEANUP {
hex::plugin::remote::SFTPClient::exit();
hex::plugin::remote::SSHClient::exit();
};
hex::ContentRegistry::Provider::add<hex::plugin::remote::SSHProvider>();