This commit is contained in:
crschnick
2026-02-06 04:00:40 +00:00
parent 680070e0e3
commit 797f2a7eb2
2 changed files with 5 additions and 2 deletions

View File

@@ -273,7 +273,6 @@ public class ConnectionFileSystem implements FileSystem {
var cmd =
shellControl.getShellDialect().createStreamFileWriteCommand(shellControl, file.toString(), totalBytes);
cmd.setExitTimeout(Duration.ofMillis(Long.MAX_VALUE));
return cmd.startExternalStdin();
}

View File

@@ -12,10 +12,14 @@ Here is a Windows Terminal instance with 4 split tabs that were launched through
A docked terminal is embedded into the XPipe window but can also be detached from it. This gives you full flexibility on how to handle terminal windows. If you want to disable the terminal docking, you can do so in the settings menu.
It might take a bit of time to iron out initial issues and edge cases. You can share feedback on how it handles for you.
## Cisco switch integration
There is now a new integration for Cisco switches. It will automatically detect when you connect to any device running Cisco IOS and will add entries for each available port:
![Switch](https://xpipe.io/assets/images/BlogPage/switch.png)
From the interface you can:
- See the status of all ports and refresh them at any time
- Filter out irrelevant ports
@@ -23,7 +27,7 @@ From the interface you can:
- Monitor individual interfaces for accumulated errors with the built-in ability to clear counters
- Restart the device
If this integration is well-received, support can also be expanded to other vendors and devices.
This integration will be available in the Professional plan, but is also available for free for a few weeks after release. If the switch integration is well-received, support can also be expanded to other vendors and devices in the future.
## Proxmox improvements