-
-
Notifications
You must be signed in to change notification settings - Fork 817
Open
Labels
Description
Current Behavior
When I drag a local file from the Wave Terminal Files panel to a remote SSH directory, the uploaded file uses the full Windows absolute path as the filename instead of just the file name.
For example:
Local file: D:\package\AA.tar
After drag & drop to remote: the remote filename becomes D:\package\AA.tar instead of AA.tar.
This only happens on Windows; it works correctly on macOS/Linux.
Expected Behavior
Only the file name should be used, not the full local Windows path.
Example: AA.tar
Steps To Reproduce
- Open Wave Terminal on Windows.
- Open a local directory (e.g.,
D:\package) in the Files panel. - Connect to an SSH remote server.
- Drag a file from local Files to remote SSH directory.
- Check the remote filename: it shows the full Windows path.
Wave Version
v0.14.3
Platform
Windows
OS Version/Distribution
No response
Architecture
x64
Anything else?
It would be great if a file transfer progress bar could be added, similar to the one in MobaXterm.
Reactions are currently unavailable