(23.11.2018, 19:18)Erwin van der Zwart Wrote: Hi,
In folders or direct on root?
BR,
Erwin
folders exactly as i mention..
I had to create these folders path is /home/ftp/
i just tested again and its the same also i have to change directorys with cd in the FTP terminal....
the code looks like this....
Code:
broker = 'awsarn'
cafile = '/home/ftp/cafile.crt'
certfile = '/home/ftp/cert.crt'
keyfile = '/home/ftp/private.key'
client:tls_set(cafile, nil, certfile, keyfile)
--client:login_set("undefine",jwt) --GCS not working also
client:connect(broker,8883)