0

please suggest possible solution to transfer folder from Linux machine to windows machine. I have tried below command using PSCP but couldn't achieve anything.

 pscp -pw abc123 10.11.23.123:/opter/ss/* c:/user/other/

But I could see fatal error & connection timed out. please suggest other option rather than pscp if available to transfer folder from Linux to windows Note: server is working fine

1 Answers1

0

With this I have achieved the output pscp -pw password username@ipaddress:/* "C:\"