--- a/src/eric7/RemoteServer/EricServerFileSystemRequestHandler.py Fri Oct 18 19:14:59 2024 +0200 +++ b/src/eric7/RemoteServer/EricServerFileSystemRequestHandler.py Fri Oct 18 19:15:16 2024 +0200 @@ -395,7 +395,7 @@ # 2. write the data to the file and reset the permissions newline = None if params["newline"] == "<<none>>" else params["newline"] if newline is None: - mode = "wb" + mode = "wb" else: mode = "w" data = data.decode("utf-8")