When writing a web page, if you finish writing in window and upload it to Linux, the steps are a bit troublesome
Can you finish writing in a certain directory in window, and then the directory can be synchronized to the access root directory of the Linux web page? What?
You can open ftp/ssh on Linux. Nowadays IDE can generally be configured to be deployed through ftp/sftp.
Or you can share a directory through samba on Linux, or use Windows as a network disk.
samba service is the solution to this problem
Just mount a network disk.
Use Git to manage. You can even directly update the code to the local warehouse after writing it in an IDE such as phpstorm, and then push it to the relevant path of the server. Using Git is much easier to use than other methods, ftp.