Help Using ExecuteCommand? ls is unrecognized command.
Greetings. Thanks for all the effort in creating this library!
I'm trying to run a "ls" command against a plain old FTP server and I get an exception:
Syntax error, command unrecognized.
Here's the code:
I must be missing something simple here. Any advice?
I'm using the 5.07 beta of WinSCP and the assembly.
Thanks,
Jeff
I'm trying to run a "ls" command against a plain old FTP server and I get an exception:
Syntax error, command unrecognized.
Here's the code:
CommandExecutionResult result = _session.ExecuteCommand("ls");
I must be missing something simple here. Any advice?
I'm using the 5.07 beta of WinSCP and the assembly.
Thanks,
Jeff