From remote Linux server I used “scp -r” the reverse function to copy file from my Windows machine to remote Linux machine. I used proper command for scp. It is saying “connection refused to port no 22.” I am unable to copy file.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Windows does not provide a scp server in its default configuration; you have to create a share (see SMB protocol) under Windows and then access it from Linux using samba.
See this related question and in particular this answer for some more details.