#2518 closed enhancement (fixed)
make it easier to send files from the server
Reported by: | Antoine Martin | Owned by: | Antoine Martin |
---|---|---|---|
Priority: | major | Milestone: | 4.0 |
Component: | server | Version: | 3.0.x |
Keywords: | Cc: |
Description
From the client is easy since we have the system tray menu and the 'upload file' entry there. See wiki/FileTransfers.
It would be nice to be able to do the same thing from the server: show a file select dialog and upload from there.
Change History (3)
comment:1 Changed 16 months ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 12 months ago by
r26173 makes this even easier and shows a "Download file" menu entry in the "Server" submenu of the system tray. (this just runs xpra send-file
in the server session).
comment:3 Changed 3 months ago by
this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/2518
Note: See
TracTickets for help on using
tickets.
Done in r24740.
Use:
From within an xpra session.
To send a file from an ssh session, the control command is a better option (see wiki/FileTransfers)