0

I'm getting error:

Too many parameters for command 'ls'.

Command:

ls \X2269**\Ftp_Test\ > \X2269**\Ftp_Test\out.txt
Martin Prikryl
  • 188,800
  • 56
  • 490
  • 992

1 Answers1

0

WinSCP script commands do not support output redirection.

You can only redirect the whole output of WinSCP.

You may also want to check this WinSCP article: Custom directory listing format (CSV).

Martin Prikryl
  • 188,800
  • 56
  • 490
  • 992