Upload photos from remote disk

Hi,
Is there possibility to upload photos via command line tools from external remote disk? I’ve got plugin disk to Netgear router and I’ve got access to it with path like smb://readyshare/{partition} When I try to upload files it gives me error that it can’t find such directory.

Just mount the location into the active filesystem. Lets say you had a directory name /netgear

something like

mount -t cifs //ipaddr-of-router/readshare/part /netgear

No doubt username or other parameters will be needed. You may also need to install the cifs-utils package

Then just launch the tools on /netgear