After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 533962 - Allow pushing to remote gnome-user-share
Allow pushing to remote gnome-user-share
Status: RESOLVED OBSOLETE
Product: nautilus-sendto
Classification: Applications
Component: general
unspecified
Other All
: Normal enhancement
: ---
Assigned To: nautilus-sendto-maint
nautilus-sendto-maint
Depends on: 498506
Blocks:
 
 
Reported: 2008-05-20 02:26 UTC by Michael R Head
Modified: 2013-07-03 07:44 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Michael R Head 2008-05-20 02:26:24 UTC
Rather than just sharing files, it would be great to be able to push them, too.

A user running gnome-user-share on a LAN should be able to receive files via a push action, too. It would work like this:

In addition to "Share Files over the network" there would be an option to "Receive Files over the network" (mirroring the bluetooth options). When enabled, a push request would come in, a transfer would start, and put the file in Downloads.

On the other side of things (the remote computer), there would be a new option in the "Send to..." dialog's "Send as:" option for "Nearby Computer (zeroconf)". When selected, the "Send to:" list would be populated with LAN machines, with designations including the username and hostname ("burner@phoenix.local"). Once the destination is selected, pressing "Send" would initiate the transfer.

I don't know if there's a data push spec for zeroconf, but if not, the mechanics of file transfer could be done using any number of low level protocols (HTTP PUT, FTP, or whatever).
Comment 1 Bastien Nocera 2008-10-08 12:30:28 UTC
This would require a plugin to nautilus-sendto doing something similar to nautilus' network:// location for enumeration (it could probably even use gio/gvfs to list the servers).
Comment 2 Baptiste Mille-Mathias 2008-10-08 12:36:53 UTC
Nice, I was thinking of such plugin yesterday...
Comment 3 Bastien Nocera 2013-07-03 07:44:39 UTC
nautilus-sendto for GNOME 3.8 only supports sending files through an email client. In the future, other sharing options will be implemented through portals (an equivalent system to Android intents).