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?
曾经蜡笔没有小新2017-05-16 13:08:42
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.
某草草2017-05-16 13:08:42
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.