Post a reply

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

t603

Hello, back from my holidays... I am sorry, WinSCP works OK, it was a problem between my chair and keyboard. Diky, Stepan
martin

Re: get -latest /home/t603/*.txt is not found, get -latest /home/t603/my* is found

Please attach a full session log file showing the problem (using the latest version of WinSCP).

To generate the session log file, use /log=path_to_log_file command-line argument. Submit the log with your post as an attachment. Note that passwords and passphrases not stored in the log. You may want to remove other data you consider sensitive though, such as host names, IP addresses, account names or file names (unless they are relevant to the problem). If you do not want to post the log publicly, you can mark the attachment as private.
t603

I am using the latest 5.9 (Build 6786)
t603

get -latest /home/t603/*.txt is not found, get -latest /home/t603/my* is found

Hello,

I have a question regarding file mask used in "get -latest" scripting command.

When I define my script as

...
get -latest /home/t603/*.txt
...

it does not work, while

...
get -latest /home/t603/my*
...

it does work.

Can I ask You, if file mask like /home/t603/my*.txt is supported? In GUI Find: File mask it is supported.

Thank You in advance for Your answer, Stepan