mirror of
https://github.com/xpipe-io/xpipe.git
synced 2026-02-20 08:06:20 -05:00
Rework
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
6
dist/changelog/21.0.md
vendored
6
dist/changelog/21.0.md
vendored
@@ -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:
|
||||
|
||||

|
||||
|
||||
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user