in reply to Re: how to transfer a set of files in a directory from linux server(remote machine) to windows server(local machine)
in thread how to transfer a set of files in a directory from linux server(remote machine) to windows server(local machine)

If you want to put windows paths as for instance c:\foo\bar inside double quotes, you have to escape the backslashes ("c:\\foo\\bar").
  • Comment on Re^2: how to transfer a set of files in a directory from linux server(remote machine) to windows server(local machine)
  • Select or Download Code