Re: ExecuteCommand throws error with ls /+mode=text
An equivalent of
https://winscp.net/eng/docs/scriptcommand_ls#net
Like:
ls
command is Session.ListDirectory
:
https://winscp.net/eng/docs/scriptcommand_ls#net
Like:
session.ListDirectory("/+mode=text,clientcp=ISO8859-1,servercp=IBM-1047");