Issue Description
After successfully connecting to a remote server via Remote-SSH in Qoder, I attempted to modify a PHP file. The editor displayed a success message indicating the file was updated and consumed a token, but the file content on the remote server remained unchanged. Even when manually verifying the file (e.g., via terminal or file check), no modifications were applied.
Steps to Reproduce
-
Connect to a remote server using Remote-SSH in Qoder.
-
Open an existing PHP file from the remote workspace.
-
Make changes to the file and save it.
-
Observe the confirmation message stating the file was modified successfully and note that a token is consumed.
-
Check the actual file content on the remote server (e.g., via SSH terminal or file comparison).
Expected Behavior
The changes made in Qoder should be correctly written to the remote PHP file, and the file content on the server should reflect those edits immediately after saving.
Actual Behavior
Although Qoder shows a success message and deducts a token, the remote PHP file remains unmodified. Manual verification confirms that the edits were not applied.
Screenshots / Screen Recordings
*(Please attach relevant screenshots or a screen recording showing:
-
The success message in Qoder
-
The unchanged file content when viewed directly on the server)*
Operating System
windown10, 22H2
Current Qoder Version
0.2.24
