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

3K

Or could we request this feature for future release :?:
3K

Thanks. :)
martin

Re: Truncated long filename in console

There's no way.

If you redirect output of the winscp.com to a file or pipe, it won't get truncated thought.
3K

Truncated long filename in console

Hi,

When I run my script, it shows a console displaying the commands and files being downloaded.

I would like to know if there's a command to show the complete filename in the console during download and not the truncated one?

As an example below, our filenames have a pattern like this:

T09-SG15-120910-TD-WP3-0684!!MSW-E.docx

-0684 is sequence number, MSW is Word doc (could be pdf, ppt, etc) and -E is English (could be -F for French, etc.)

But, in the console, these get truncated to:

T09-SG15-120910-TD-WP3-06 |
T09-SG15-120910-TD-WP3-06 |
T09-SG15-120910-TD-WP3-06 |
T09-SG15-120910-TD-WP3-06 |
T09-SG15-120910-TD-WP3-06 |
T09-SG15-120910-TD-WP3-06 |
T09-SG15-120910-TD-WP3-06 |
T09-SG15-120910-TD-WP3-06 |

Thank you.
:)