GNOME Bugzilla – Bug 543965
Make sendto work on remote shares
Last modified: 2009-01-07 14:40:47 UTC
This should be possible using the FUSE support built into gvfs. in src/nautilus-nste.c, use nautilus_file_info_get_location() and try to get the local path for the file. If there is one, we're good to go. In src/nautilus-sendto-command.c, nautilus_sendto_init(), construct a list of local URIs using GFile functions instead of doing it by hand.
Created attachment 122039 [details] [review] patch for this bug This patch allow user send files to any mounted volumes (shares, usb drive, etc)
Maxim, your patch looks like it should be in bug 453758.
2009-01-07 Bastien Nocera <hadess@hadess.net> * src/nautilus-sendto-command.c (nautilus_sendto_init): When going through the filenames from the command-line, get FUSE filenames for the files when possible, so we can send files from remote locations (Closes: #543965)