ls-date-and-time-format |
NcFTPd general.cf file configuration Don't forget to restart NcFTPd after modifying the general.cf file. |
NcFTPd's human-readable directory listings for the LIST command have been output using a UNIX-style /bin/ls format, such as this example
-rw-rw-r-- 1 joeuser users 507570 Aug 9 21:49 lime.jpg -rwxr-x--- 1 root wheel 5507 Mar 12 22:34 script.sh -rw-r--r-- 1 hubert staff 677959 Mar 5 2007 servicesIf you would prefer a format similar to ISO 8601, you could configure NcFTPd to produce a listing like this instead
-rw-rw-r-- 1 joeuser users 507570 2008-08-09 21:49:37 lime.jpg -rwxr-x--- 1 root wheel 5507 2008-03-12 22:34:09 script.sh -rw-r--r-- 1 hubert staff 677959 2007-03-05 01:23:45 services
If you want the above format, but without seconds in the timestamp, you can use
Examples:
Recommendation: