Hi
I'd like to copy file ( or directory ) from a window server to an unix server using scp command, something like this
I tried testing something like command above but nothing worked.
Somebody help !! Thank you
I'd like to copy file ( or directory ) from a window server to an unix server using scp command, something like this
Code:
scp -rp admin@10.0.99.99:C:\Documents and Settings\abc.txt /home/oracle/abc.txt
Somebody help !! Thank you