Access to the local file system is not Allowed

Hi,

I m trying to move the file from an SFTP folder to the local server where KNIME server is installed, if I run the job from the executor i don’t have any issue but if I execute from the server I got the error “Access to the local file system is not Allowed” that is quite strange since the folder is in the same machine where is running the server.

Any Idea how to solve it ?

Thansk!

Hi @geppopompo , this is usually related to security settings on the Knime server.

If you want to allow the ftp to write to the Knime server’s local file system, check if this flag is set to true:
/instance/org.knime.filehandling.core/allow_local_fs_access_on_server=true

More details in:
https://docs.knime.com/2020-07/server_update_guide/index.html#local-fs-access

5 Likes

Hi @bruno29a ,

thanks for you answer, at the end I have used the temporary folder node .

Gianpaolo

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.