FTP: how to sort directories by name ?
Moderators: Hacker, petermad, Stefan2, white
-
- Junior Member
- Posts: 7
- Joined: 2016-09-20, 07:19 UTC
FTP: how to sort directories by name ?
Greetings,
Working with amazing piece of software that TC is, we have slight problem with sorting directories by name in our FTP servers. Any easy workaround for that, or isn't that a problem at all and we are just pushing the 'wrong' buttons?
Working with amazing piece of software that TC is, we have slight problem with sorting directories by name in our FTP servers. Any easy workaround for that, or isn't that a problem at all and we are just pushing the 'wrong' buttons?
Hi and welcome, parakovsky.
Do you mean "sorting by name along with files"?
That is not possible, I think.
Dalai explained that there > http://ghisler.ch/board/viewtopic.php?p=297407#297407
"But you can sort directories like files by selecting Options > Display > Sorting directories > Like files (also by time). "
But not folders and files mixed.
http://ghisler.ch/board/viewtopic.php?t=45501
If not, to sort by name just click at the column header "Name".
I am guessing that works for FTP connection too?
Do you mean "sorting by name along with files"?
That is not possible, I think.
Dalai explained that there > http://ghisler.ch/board/viewtopic.php?p=297407#297407
"But you can sort directories like files by selecting Options > Display > Sorting directories > Like files (also by time). "
But not folders and files mixed.
http://ghisler.ch/board/viewtopic.php?t=45501
If not, to sort by name just click at the column header "Name".
I am guessing that works for FTP connection too?
Click on the "Name" column header and you're done. Click on the column header again to reverse sorting.
Regards
Dalai
Regards
Dalai
#101164 Personal licence
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64
Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64
Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
-
- Junior Member
- Posts: 7
- Joined: 2016-09-20, 07:19 UTC
You can do this in a custom columns view. Right-click the column headers, select "Configure custom columns" and create a new custom columns view that contains [=tc.Name:x-y] or [tc.Extension:x-y] or something like that, where x and y are numbers that specify the start and end of the string you want TC to show. You'll have to play a little bit with the numbers and fields because it depends how your directoy names really are. Sorry for not being more specific. Also you can consult the TC help (press F1 in the custom columns config dialog) which contains some more details on this subject.
Regards
Dalai
Regards
Dalai
#101164 Personal licence
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64
Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64
Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
Not really a universal solution, but in this special case with ".YYYY" you can add "SortDirExt=1" and "SortDirsByName=0" to your wincmd.ini's [Config] section and sort the file list by extension.parakovsky wrote:... say I have dd.mm.yyyy tipe of directories, I don't need program to sort directories by day, rather by year...
Regards
Holger
-
- Junior Member
- Posts: 7
- Joined: 2016-09-20, 07:19 UTC
-
- Junior Member
- Posts: 7
- Joined: 2016-09-20, 07:19 UTC
I can't find where is the 'ini file located, could you maybe help me with that?HolgerK wrote:Not really a universal solution, but in this special case with ".YYYY" you can add "SortDirExt=1" and "SortDirsByName=0" to your wincmd.ini's [Config] section and sort the file list by extension.parakovsky wrote:... say I have dd.mm.yyyy tipe of directories, I don't need program to sort directories by day, rather by year...
Regards
Holger
Use menu Configuration > Change settings files directly.parakovsky wrote:I can't find where is the 'ini file located, could you maybe help me with that?
Regards
Dalai
#101164 Personal licence
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64
Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64
Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror