Our Products:   CompleteFTP  edtFTPnet/Free  edtFTPnet/PRO  edtFTPj/Free  edtFTPj/PRO
0 votes
2.6k views
in .NET FTP by (1.4k points)
I have a ftp client using edt pro and have a local files list with a filter set to show certain files and show subdirectoies is true. What I would like to do is have the files initially display at the top with subs below....same as clicking on the Name column in FtpLocalFileList. I can't seem to find that sweet spot to set and intial load to do this. Is this possible, or do I still have to sort the column by clicking on the header? I have tried sorting asc or desc thru the FtpLocalFileList load event but to no avail. I am sure I am missing a prop somewhere.....

2 Answers

0 votes
by (51.4k points)
This was an oversight and a weakness in this class, which we've fixed in response to your message. With the next version you'll be able to use the following code:
FTPFileListSorter sorter = (FTPFileListSorter)ftpLocalFileList1.ListViewItemSorter;
sorter.DirsPrecedeFiles = false;

Could you please e-mail support (support@enterprisedt...) so that we can provide you with a beta version of the next release?

- Hans
0 votes
by (1.4k points)
Supurb.....This really wasn't a hot item so it is very much appreciated that you took the time to add.

I will get the beta and give it a shot.

Thanks...

Categories

...