Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
How do I get Owner name of a file which is located in FTP server
You'd issue a "LS" (list[^]) command.
Bastard Programmer from Hell :suss: If you can't read my code, try converting it here[^][](X-Clacks-Overhead: GNU Terry Pratchett)
you'll SSH onto the fileserver using a program like Putty, then you can navigate to the directory the file is in and use the ls -l command.