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

Guest

Re: Path masking for windows path

martin wrote:

Sorry, but this is too vague.
What do you want to do exactly?
Do you want to download all *.txt files from the C:\CI-CD_setup\Softs directory tree to a single folder?
Or is there always only one file? Show us some concrete example.


Every time i need to extract *.txt file from the directory .. .The directory path changes
martin

Re: Path masking for windows path

Sorry, but this is too vague.
What do you want to do exactly?
Do you want to download all *.txt files from the C:\CI-CD_setup\Softs directory tree to a single folder?
Or is there always only one file? Show us some concrete example.
Anuradha

Can anyone help me please.....
Anuradha

Path masking for windows path

I have a path as
C:\CI-CD_setup\Softs\TC20E_54_23.0.3.1\TC20E_54_23.0.3.1\move.txt
_54_23.0.3.1 number will be changing how to mask that and reirect to a file

C:\Program Files (x86)\WinSCP\WinSCP.exe /log=C:\CI-CD_setup\log.txt /command "open sftp://root:password123@1.1.1.1" "put C:\CI-CD_setup\Softs\TC20E_54_23.0.3.1\TC20E_54_23.0.3.1\*.txt %DestnPathPEF14%" "exit"