This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

Network Folder
#1
Hello!

Is it possible for the LM to access files (.csv) on a shared network folder?
Reply
#2
Network share (SMB/CIFS) is not supported. But you can use FTP or HTTP instead.
Reply
#3
(14.09.2022, 13:08)admin Wrote: Network share (SMB/CIFS) is not supported. But you can use FTP or HTTP instead.

Ok, are there any available scripts for reading .csv files from FTP server lying around? Tried searching for it but I did not find anything.
Reply
#4
Code:
require('socket.ftp')
data = socket.ftp.get('ftp://user:password@host/path/to/file.csv')
Reply


Forum Jump: