Is there a way to copy a file from an upnp server by using only a command line (not via File Manager or other apps with UI)? I'd like to use sth like gnomevfs-copy [source path to file in uPnP server] [destination path in local filesystem]. Is there a special URI for uPnP server?
wget should do it. A UPnP server consists of a HTTP server where you can download the stuff. The hardest part would be to retrieve the exact address, though.
Is there a way to copy a file from an upnp server by using only a command line (not via File Manager or other apps with UI)? I'd like to use sth like gnomevfs-copy [source path to file in uPnP server] [destination path in local filesystem]. Is there a special URI for uPnP server?
Thanks for any ideas!