-
-
Notifications
You must be signed in to change notification settings - Fork 171
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
file channel for upload/download from server #494
Comments
Most of this code was already available in 0.15 for supporting Printing, see #598. Added a new documentation page: Printing @afarr FYI: you can now easily upload files to the server using the new tray menu entry "file upload". The remaining tasks of this ticket have been moved to #1026. Unless anything is badly broken, please close and add to #1026. |
2015-11-10 21:54:10: maxmylyn commented
|
Moving comment originally recorded in #1026: this needs to be fixed for this release (kicking clients is not good!).
This should be fixed in r11179. (forgot to bump the max-packet-size limit in the client-to-server direction when file transfers are enabled). We do not show an alert message for now, a warning is logged to the client output (usually also mirrored in the server log).
We already have those limits in the config file, see file transfers documentation. @maxmylyn: please close unless you can break it again. |
2015-11-11 22:11:37: afarr commented
|
Sometimes I miss the ability to easily exchange files between the xpra client and its server.
After all, we already have an authenticated connection and a GUI, why would I need to open an ssh channel (which may not be possible) to transfer more data than I can fit on a clipboard.
This could have other uses beyond simple file exchange: printing and configuration come to mind.
Wishlist:
xpra control
interface for sending from serveretc.
The text was updated successfully, but these errors were encountered: