search

Home  >  Q&A  >  body text

php - Can a Linux directory be associated with a window directory? How to achieve

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?

習慣沉默習慣沉默2865 days ago509

reply all(4)I'll reply

  • 曾经蜡笔没有小新

    曾经蜡笔没有小新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.

    reply
    0
  • 漂亮男人

    漂亮男人2017-05-16 13:08:42

    samba service is the solution to this problem

    reply
    0
  • phpcn_u1582

    phpcn_u15822017-05-16 13:08:42

    Just mount a network disk.

    reply
    0
  • 某草草

    某草草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.

    reply
    0
  • Cancelreply