ordered file list
This commit is contained in:
@@ -33,7 +33,7 @@ public class FtpFileAccess : FileAccess
|
|||||||
|
|
||||||
var x = new List<FileData>();
|
var x = new List<FileData>();
|
||||||
|
|
||||||
foreach (FtpListItem item in await Client.GetListing(CurrentPath))
|
foreach (FtpListItem item in (await Client.GetListing(CurrentPath)).OrderBy(x => x.Type + " " + x.Name))
|
||||||
{
|
{
|
||||||
long size = 0;
|
long size = 0;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user