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: How do I use the find command to get files

WinSCP does not support that.
guest1

How do I use the find command to get files

I am attempting to download files on the remote server using the find command. When I run the command below, I get the files that have changed/created in the past 24 hrs

->call find . -mtime 0

But when I attempt to wrap this into a find command this does not work
-> get | call find . -mtime 0

Any suggestion on what I am doing wrong?