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

martin

Re: How to show hidden files

Thanks for considering a donation to our project.

Though, we do not have any plans to support Alipay atm.

Meanwhile, you can donate by buying WinSCP from Microsoft Store:
https://winscp.net/eng/docs/microsoft_store
rainmanec

Re: How to show hidden files

martin wrote:

Can you see those "hidden" files anyhow? In WinSCP GUI? In any other client?


I have solved this problem, this is a bug of my program.
The function session.ListDirectory(path) is OK.
I want to donate for WinSCP, Can you support Alipay (https://global.alipay.com/)?
Thanks.
martin

Re: How to show hidden files

Can you see those "hidden" files anyhow? In WinSCP GUI? In any other client?
rainmanec

How to show hidden files

Hi martin:
I use Session.ListDirectory to Lists remote directory.
RemoteDirectoryInfo directory = session.ListDirectory(path);

But Session.ListDirectory could not show hidden files.
How to show hidden files in .Net assembly, thanks!