New option: Auto-touch files when using EDIT
I'm using a lot of times the functionality of EDIT files in remote SFTP servers. Mainly to edit code that I compile in a terminal shell opened to the same server. However, if the local and remote computers doesn't have identical clocks, when calling to "make" the file can have future times: " Warning: File 'main.c' has modification time 3.2 s in the future".
This can be solved with a manual "$ touch main.c" in the shell. However, it's a pain when editing a lot of files.
So a simple solution can be to automatically touch an edited file after upload it.
Please, can you incorporate this functionality?
Regards.