Our Products:   CompleteFTP  edtFTPnet/Free  edtFTPnet/PRO  edtFTPj/Free  edtFTPj/PRO
0 votes
3.4k views
in .NET FTP by (1.9k points)
Hello,

Is there a way to hide folders and show files only when using FTP RemoteFileList. I noticed the filters property, but this is for files of course. My design dictates that I hide any folders from the users to prevent accidental deletes. Any ideas?

Thanks

3 Answers

0 votes
by (51.6k points)
Set FTPRemoteFileList.ShowDirectories to false.

- Hans (EnterpriseDT)
0 votes
by (1.9k points)
Thanks, that did it.

One more question please. what is is the difference between ExFTPConnection and FTPConnection ? I am planning to use Asynch methods.

Thanks
0 votes
by (51.6k points)
ExFTPConnection extends FTPConnection by adding the following features:
  • Asynchronous methods
  • Multi-file operations (e.g. downloading directories)
  • Directory synchronization.

All the Windows Forms FTP (EnterpriseDT.Net.Ftp.Forms) controls rely on these features so they will only work with ExFTPConnection (and SecureFTPConnection in the PRO version).

- Hans (EnterpriseDT)

Categories

...