I don't know what you always do.
I did this quite often a while ago and as long as my QNAP hosted my
LMS.

If WinSCP doesn't work for you or with you ;) take putty in SSH mode
(not this psftp) and enter the following:


Code:
--------------------
    cd /share
  ln -s CACHEDEV1_DATA/Public HDA_DATA/Public 
--------------------


That creates a symbolic link from /share/HDA_DATA/Public to
/share/CACHEDEV1_DATA/Public. So SSOTS should find the tgz at last.

If that didn't work, move it via SSH from /share/CACHEDEV1_DATA/Public
to /tmp:

Code:
--------------------
    cd /share/CACHEDEV1_DATA/Public
  mv squeezeboxserver*tgz /tmp
--------------------


------------------------------------------------------------------------
karlek's Profile: http://forums.slimdevices.com/member.php?userid=64321
View this thread: http://forums.slimdevices.com/showthread.php?t=107971

_______________________________________________
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter

Reply via email to