Unable to view all the files via powershell script

Advertisement

dhirajmutha
Guest

Unable to view all the files via powershell script

When I connect to the host using WinSCP I am see all the files under \xmt\logs\ folder but when use the below command, unable to see some files. Please help

Powershell command -
#-----------------
$remotepath="\xmt\logs\"
(($session.ListDirectory($remotepath)).files)
#-----------------

the files dont start with .xxx and show hidden files is not checked in the panel options in WinSCP GUI.

filesnames are like -
01080621.442
01080622.m43

Reply with quote

Advertisement

martin
Site Admin
martin avatar
Joined:
Posts:
40,552
Location:
Prague, Czechia

Re: Unable to view all the files via powershell script

What "some files"?

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

To generate the session log file, set Session.SessionLogPath. 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.

Reply with quote

Advertisement

You can post new topics in this forum