Windows environment code deployment to linux environment problem?

there is a web project on the local computer, which uses the windows environment locally, which needs to be published to the server, which is the linux environment.

results windows needs to install client to use rsync.
before cygwin, was installed, it was found that there was a SSH problem with rsync, prompts, but I have SSH installed locally

clipboard.png

cwRsync
rsync

clipboard.png

ssh

clipboard.png

:

clipboard.png

SSH remote is also normal, check all said to install OpenSSH, is indeed installed, now want to know how to solve this problem?

question 1: how to solve this problem?
question 2: in the past, I used to be the first to use FTP,. I feel that the speed is slow and the efficiency is low. Ready to use SCP, on the incremental part can not Synchronize, not flexible. Also considering the way of GitHook, we finally chose to adopt rsync, for small projects, but what deployment plan should be used for long-term maintenance?

Apr.05,2021

Install openssh-client under

cygwin to solve this problem.

if you like graphical operations, you can also use the sftp client. For ssh-based ftp, as long as the ssh server is enabled, the configuration is almost zero. Clients such as xftp, filezilla support both ftp and sftp.

in addition, scp is also based on the ssh protocol, so you should be able to operate with the scp client.

finally, for long-term continuous maintenance projects, continuous integration Technical understanding

Menu