14.09.2022, 12:19
Hello!
Is it possible for the LM to access files (.csv) on a shared network folder?
Is it possible for the LM to access files (.csv) on a shared network folder?
Network Folder
|
14.09.2022, 12:19
Hello!
Is it possible for the LM to access files (.csv) on a shared network folder?
14.09.2022, 13:08
Network share (SMB/CIFS) is not supported. But you can use FTP or HTTP instead.
15.09.2022, 11:31
15.09.2022, 11:33
Code: 12 require('socket.ftp')
data = socket.ftp.get('ftp://user:password@host/path/to/file.csv') |
« Next Oldest | Next Newest »
|