Windows publishes files to Linux

at present, front-end developers are all local and then compile and publish static files to Linux server , but now they are manual every time, so want to implement them, that is to say, can you release these static files to Linux through Windows command? do you have any similar functions or plug-ins that can be implemented?


script the manual process, each time you run the script.
for example, every time I deploy, I use python3, to linux, from windows scp to linux, and then ssh goes to linux to execute deployment commands. The above process can be written in python


currently Samba


if you don't have to use the full command line, you can consider trying FreeFileSync, to support SFTP and batch processing.


git is the most convenient, and win10 bash scp is also good.

Menu