Show FTP file/Folder owner

English support forum

Moderators: white, Hacker, petermad, Stefan2

Post Reply
Vasilich
Junior Member
Junior Member
Posts: 43
Joined: 2009-08-05, 08:26 UTC
Location: Mayence, Germany

Show FTP file/Folder owner

Post by *Vasilich »

Is it possible to see file/folder owner without need of rightclicking->Properties and searching that file in the text list you got (that could be very long)?
Any way of inserting custom column info with this information, like FileZilla, FAR manager and other FTP clients do?
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 48232
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Post by *ghisler(Author) »

No, sorry - it's currently not possible to use custom columns with f t p.
Author of Total Commander
https://www.ghisler.com
Vasilich
Junior Member
Junior Member
Posts: 43
Joined: 2009-08-05, 08:26 UTC
Location: Mayence, Germany

Post by *Vasilich »

Thanks for fast reply, Christian.
is it planned to implement somewhen in future versions?
CoolWater
Power Member
Power Member
Posts: 739
Joined: 2003-03-27, 16:33 UTC

Post by *CoolWater »

Maybe there is someone to add support for custom columns to the sftp plugin developed by ghisler (i.e. fields delivered by stat command). Then Vasilich could use sftp instead of ftp if his server supports sftp.

Regards,
CoolWater
dapa1
Junior Member
Junior Member
Posts: 5
Joined: 2009-07-31, 16:24 UTC
Location: Helsinki

Re: Show FTP file/Folder owner

Post by *dapa1 »

ghisler(Author) wrote: 2009-08-05, 13:54 UTC No, sorry - it's currently not possible to use custom columns with f t p.
Is this answer still valid with TC11.01? Is it possible to have a column which shows where a link points to? If not through TC, then is there any plugin which can achieve this?
Thanks,
Daniel

Example: I have a simple FTP connection (from menu Net -> FTP Connect) and I can see these columns:

Code: Select all

Name      Ext Size  Date           Attr
mkdir         <LNK> 04/05/15 00:00 L777
If I Alt+Enter on mkdir then Lister opens and shows all files from current folder but with more details:

Code: Select all

lrwxrwxrwx    1 1005     1005             7 May  4  2015 mkdir -> busybox
So I would like to have a column which shows the "busybox" info...
CoolWater
Power Member
Power Member
Posts: 739
Joined: 2003-03-27, 16:33 UTC

Re: Show FTP file/Folder owner

Post by *CoolWater »

This could be implemented in ghisler's sftp plugin quite easily I guess...
User avatar
sqa_wizard
Power Member
Power Member
Posts: 3869
Joined: 2003-02-06, 11:41 UTC
Location: Germany

Re: Show FTP file/Folder owner

Post by *sqa_wizard »

Well, it is already available for the sftp plugin :-)
Currently just a beta version, but works like a charm.
#5767 Personal license
dapa1
Junior Member
Junior Member
Posts: 5
Joined: 2009-07-31, 16:24 UTC
Location: Helsinki

Re: Show FTP file/Folder owner

Post by *dapa1 »

Unfortunately I can't use the sftp plugin. The board I have, has an old distro, which has a simple ftp server to which I can connect nicely from Total Commander's menu Net -> FTP Connect.

Code: Select all

# ftpd -v
BusyBox v1.16.1 (2014-05-22 20:46:02 CST) multi-call binary.
Usage: ftpd [-wvS] [-t N] [-T N] [DIR]
Anonymous FTP server

I did try sftp but it fails to connect, probably it doesn't support simple ftp communication.
JOUBE
Power Member
Power Member
Posts: 1507
Joined: 2004-07-08, 08:58 UTC

Re: Show FTP file/Folder owner

Post by *JOUBE »

sqa_wizard wrote: 2023-09-06, 20:45 UTC Well, it is already available for the sftp plugin :-)
Currently just a beta version, but works like a charm.
2sqa_wizard
Now 'butter with the fish':
- This thread is about FTP: What does FTP have to do with SFTP?
- SFTP beta: Where and how is the link target displayed (in the long view)?

Joube
User avatar
sqa_wizard
Power Member
Power Member
Posts: 3869
Joined: 2003-02-06, 11:41 UTC
Location: Germany

Re: Show FTP file/Folder owner

Post by *sqa_wizard »

Regarding the ftp/sftp expressions:
Yes, I know that ftp and sftp are totally different.
I just to reacted on:
dapa1 wrote:Is this answer still valid with TC11.01? Is it possible to have a column which shows where a link points to?
CoolWater wrote:This could be implemented in ghisler's sftp plugin quite easily I guess...
Regarding the link:
- SFTP beta: Where and how is the link target displayed (in the long view)?
The link points directly to the post with the download link ...
#5767 Personal license
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 48232
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Re: Show FTP file/Folder owner

Post by *ghisler(Author) »

User "CoolWater" who added the custom columns for permissions, user and group tried to also add a column for the link target. Unfortunately this only worked in "SCP everywhere" mode, where TC just uses ls -la on the server to get the directory list. It didn't work in SFTP mode, because the function libssh2_sftp_readdir_ex does not return the link target. Therefore it's unfortunately not possible to get this information.

With FTP, you may be able so see it when you press Alt+Enter (raw listing), but it depends on the server. You may also need to disable MLSD in the connection configuration.
Author of Total Commander
https://www.ghisler.com
Post Reply