problem with a winscp script ls * > myfic
In a script winscp, I use
ls > /tmp/logcf It is ok
ls /tmp/*.tmp It is ok
But
ls /tmp/*.tmp > /tmp/logcf doesn't work.
Is it possible to use wildcard and redirection in a winscp script ?
Thank you for your answers
Jean-Michel
ls > /tmp/logcf It is ok
ls /tmp/*.tmp It is ok
But
ls /tmp/*.tmp > /tmp/logcf doesn't work.
Is it possible to use wildcard and redirection in a winscp script ?
Thank you for your answers
Jean-Michel