vamsi_gujjula
19th May 2015, 17:26
Need to transfer a file (server - linux ) to a shared path ( on Windows)

i see few functions like file.mv.across.hosts() and file.copy.or.move in dll ottdllfilehand but non of these seams to work ??

is there any function on LN abstracting unix level solution like ( SAMBA , FTP and mount points )

mark_h
19th May 2015, 19:12
Are you running it in a job? Just wondering if server2client might work. Assuming it is still available in LN.

vamsi_gujjula
19th May 2015, 21:03
IT does work every where except Mingle ,Mingle gives out a msg saying this function cannot be used in HTML UI

JaapJD
20th May 2015, 11:20
If you mount that share on the linux server, you can use file.cp() function.

vamsi_gujjula
20th May 2015, 12:39
that is the last option i guess...

george7a
20th May 2015, 12:46
In mingle there is no way to copy file other than "client.download.file" which will download the file in the browser and the user will have to save it in the right place.

I would go with mounting the shared folder.