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 to get files from hidden folder using PowerShell script.

Is the folder even available via the protocol you are using?
Can you access it in WinSCP GUI or any other client (using the same protocol)?
sasticgopi

How to get files from hidden folder using PowerShell script.

How to get files from hidden folder using PowerShell script.
$Source = "/home/.Archive/"
$Directory = $session.ListDirectory($Source)

Above code getting error if folder contains "dot" in prefix.