Post a reply

Before posting, please read how to report bug or request support effectively.

Bug reports without an attached log file are usually useless.

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

martin

Re: can't pipe command line output to local file

WinSCP does not support this. You can redirect either whole output of the console interface application (winscp.com) to local file or single remote command (call command > file) to remote file.
dsamson

Can't pipe command line output to local file

from the sftp command line

it seems that something like
LS>C:\DirList.txt

should create a file named C:\DirList.txt with the output of the ls command.

Yet when I do this from a WinSCP command line session I can't get the output to pipe.

– is the a problem of the server?
– or am I not entering the pipe parameter correctly?