diff --git a/src/Entity.jl b/src/Entity.jl
index f8d6d0b85c5426339c85e4fee21e5aa99485cec5..ef3402915838187165f02be0cb9e7bf9c503fc49 100644
--- a/src/Entity.jl
+++ b/src/Entity.jl
@@ -64,7 +64,7 @@ export append_parent,
     set_value,
     set_importance,
     set_local_path,
-    set_file_path
+    set_remote_path
 
 # helper functions
 export has_errors, has_warnings
@@ -1757,7 +1757,7 @@ end
 
 Set the file path of the given `entity` object.
 """
-function set_file_path(entity::Ref{_Entity}, path::AbstractString)
+function set_remote_path(entity::Ref{_Entity}, path::AbstractString)
     err_code = ccall(
         (:caosdb_entity_entity_set_file_path, CaosDB.library_name),
         Cint,