mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-29 00:10:02 -05:00
feat: Add option to access remote files using raw SSH
This commit is contained in:
@@ -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>();
|
||||
|
||||
Reference in New Issue
Block a user