php - Can a Linux directory be associated with a window directory? How to achieve
習慣沉默
習慣沉默 2017-05-16 13:06:42
0
4
455

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?

習慣沉默
習慣沉默

reply all(4)
曾经蜡笔没有小新

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

phpcn_u1582

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.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template