Categories
Uncategorized

Copy files from Linux to Windows using pscp

Google pscp and download it, save it so a directory i.e c:\utils\ Also create a directory on C where you want to save your restored files, i.e c:\restoredfiles

open a command prompt and type
[su_note]pscp username@hostname(or IP):/home/remoteusername/sampledir/* c:\restorefiles\ [/su_note]