Hi.
I have set up an FTP server. When i add the ftp location as a network share in windows, i can write/read files to the location.
When i use the first example from openrb export from the following link, i get "Alert message" from LM with the text "FTP upload error: 553 Users may not upload files".
http://openrb.com/example-export-last-ho...01Hpp1xYb8
Here is how i wrote the line with username, password and ftp adressess:
ftpfile = string.format('ftp://username:password@192.168.1.10/LM5...ogs/%s.csv', os.date('%Y-%m-%d_%H-%M'))
Is this correct?
BR
Kai-Roger
I have set up an FTP server. When i add the ftp location as a network share in windows, i can write/read files to the location.
When i use the first example from openrb export from the following link, i get "Alert message" from LM with the text "FTP upload error: 553 Users may not upload files".
http://openrb.com/example-export-last-ho...01Hpp1xYb8
Here is how i wrote the line with username, password and ftp adressess:
ftpfile = string.format('ftp://username:password@192.168.1.10/LM5...ogs/%s.csv', os.date('%Y-%m-%d_%H-%M'))
Is this correct?
BR
Kai-Roger