Logic Machine Forum
ftp files access - Printable Version

+- Logic Machine Forum (https://forum.logicmachine.net)
+-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1)
+--- Forum: General (https://forum.logicmachine.net/forumdisplay.php?fid=2)
+--- Thread: ftp files access (/showthread.php?tid=1574)



ftp files access - puntukas - 03.09.2018

Hi,
is it possible to access files stored in ftp://ftp:xxxx@logicMachine thru http? If so: what path shall I use?
or are there any ways to store mp3 file in LogicMachine and access it thru http command?

Thanks!


RE: ftp files access - admin - 03.09.2018

Yes, but you have to use apps account and upload to user directory


RE: ftp files access - toujour - 06.03.2019

I can't write in user directory with apps account.
What is the problem ?


RE: ftp files access - admin - 06.03.2019

Try using a separate FTP client like Filezilla.


RE: ftp files access - toujour - 06.03.2019

(06.03.2019, 08:39)admin Wrote: Try using a separate FTP client like Filezilla.

I tried....there is a similar error (Critical Error)

I think the problem is with HW 1 of HomeLynk (FW 2.3.0).
On an other device with HW 2.0 this procedure works properly (FW 2.3.0).


RE: ftp files access - Daniel - 06.03.2019

Hi
I tried it on the same HW and SW and all works fine. The issue is related to ether your HW or your setup.
BR


RE: ftp files access - admin - 06.03.2019

There might an issue with permissions, try running this script once:
Code:
os.execute('chown -R apps:apps /data/apps/store/user/; chmod 0755 /data/apps/store/user/')