[email protected] said: > cp <a small file> smb://synology.local/synology/ cp: cannot create regular > file âsmb://synology.local/synology/â: No such file or directory
That's because 'cp' doesn't understand URL-style paths. 'cp' only deals with local filesystems. If you want to use 'cp' you'll have to mount the remote filesystem locally.
_______________________________________________ PLUG mailing list [email protected] http://lists.pdxlinux.org/mailman/listinfo/plug
