I have two computers on the same local networks and I have installed OpenSSH Server on the windows and activated the 22 port communication on the windows. Then in my mac i put ssh username@ip_of_windows however, it doesn’t let me connect on terminal. The connection just disappears without any error. […]
Daily Archives: April 19, 2023
11 posts
I need to copy a file if exist to a list of destinations. The Destination contain %variables% . When I run it appears to be using the %appdata% as stated in the array list instead of the c:UsersNAMEAppdataroaming How can I make it use the variable in the array list? […]