Downloading files using GetFiles
Hi,
In a C# application I want to download one hidden file in a directory on a remote server.
If I try to download this file using ftp protocol and GetFiles(), an exception is generated: Exception thrown: 'WinSCP.SessionRemoteException' in WinSCPnet.dll. If I remove the hidden attribute on the remote server, everything works fine. How can I download hidden files on the remote server using C#?
Thanks in advance.
In a C# application I want to download one hidden file in a directory on a remote server.
If I try to download this file using ftp protocol and GetFiles(), an exception is generated: Exception thrown: 'WinSCP.SessionRemoteException' in WinSCPnet.dll. If I remove the hidden attribute on the remote server, everything works fine. How can I download hidden files on the remote server using C#?
Thanks in advance.