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

EquallyWolf

Expand displayed output from PUT command

I have a script that runs WinSCP on the command line, and it runs correctly. However, the output from the command line shows only the first part of the file name:
...

Really_Long_File_Name_To_ |           2 KB |    0.0 KB/s | ascii  | 100%
Really_Long_File_Name_To_ |           2 KB |    0.0 KB/s | ascii  | 100%
Really_Long_File_Name_To_ |           3 KB |    0.0 KB/s | ascii  | 100%
Really_Long_File_Name_To_ |          192 B |    0.0 KB/s | ascii  | 100%
Really_Long_File_Name_To_ |          119 B |    0.0 KB/s | ascii  | 100%
...

Is there a way to show this as the full file name? For the example above, I would like it to show:
...

Really_Long_File_Name_To_Test.xlam |           2 KB |    0.0 KB/s | ascii  | 100%
Really_Long_File_Name_To_Test.xlam |           2 KB |    0.0 KB/s | ascii  | 100%
Really_Long_File_Name_To_Test.xlam |           3 KB |    0.0 KB/s | ascii  | 100%
Really_Long_File_Name_To_Test.xlam |          192 B |    0.0 KB/s | ascii  | 100%
Really_Long_File_Name_To_Test.xlam |          119 B |    0.0 KB/s | ascii  | 100%
...