You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A good feature would be if you can only bind sftp etc.
I have tried to connect my StorageBox from Hetzner to access my backups. I connected this via SSH. Unfortunately the connection does not work when I click on the folder.
The StorageBox has no shell access only sftp access.
This is the error:
io.xpipe.core.process.ProcessOutputException: Shell did not start up in time as we did not receive any response.
Command not found. Use 'help' to get a list of available commands.
Command not found. Use 'help' to get a list of available commands.
at io.xpipe.core.process.ProcessOutputException.withParagraph(ProcessOutputException.java:23)
at io.xpipe.ext.proc.util.e.bO(SourceFile:1457)
at io.xpipe.ext.proc.n.p(SourceFile:1676)
at io.xpipe.ext.proc.ssh.o.p(SourceFile:82)
at io.xpipe.ext.proc.n.D(SourceFile:575)
at io.xpipe.ext.proc.n.start(SourceFile:269)
at io.xpipe.core.store.ConnectionFileSystem.open(ConnectionFileSystem.java:39)
at io.xpipe.app.browser.file.BrowserFileSystemTabModel.lambda$init$4(BrowserFileSystemTabModel.java:98)
at io.xpipe.app.util.BooleanScope.executeExclusive(BooleanScope.java:22)
at io.xpipe.app.browser.file.BrowserFileSystemTabModel.init(BrowserFileSystemTabModel.java:93)
at io.xpipe.app.browser.BrowserFullSessionModel.openFileSystemSync(BrowserFullSessionModel.java:222)
at io.xpipe.app.browser.BrowserFullSessionModel.lambda$openFileSystemAsync$12(BrowserFullSessionModel.java:208)
at io.xpipe.app.util.ThreadHelper.lambda$runFailableAsync$1(ThreadHelper.java:45)
at io.xpipe.app.util.ThreadHelper.lambda$wrap$0(ThreadHelper.java:22)
at java.lang.VirtualThread.run(VirtualThread.java:329)
The text was updated successfully, but these errors were encountered:
Yeah that is a limitation of the current shell-based approach. I can look into implementing that as well, but that would require a lot of work as everything is designed around shells right now.
Yeah that is a limitation of the current shell-based approach. I can look into implementing that as well, but that would require a lot of work as everything is designed around shells right now.
Maybe you can plan this in the future when there is time.
A good feature would be if you can only bind sftp etc.
I have tried to connect my StorageBox from Hetzner to access my backups. I connected this via SSH. Unfortunately the connection does not work when I click on the folder.
The StorageBox has no shell access only sftp access.
This is the error:
The text was updated successfully, but these errors were encountered: