L
lg
I downloaded a directory listing using FTP command LIST. The listing is like
below:
drwxr-xr-x 2 test directory 3072 Aug 8 17:16 .
drwxr-xr-x 4 test directory 9216 Aug 8 20:28 ..
-rw-r--r-- 1 test directory 72 Aug 2 16:32 20155.txt
-rw-r--r-- 1 test directory 76 Feb 14 18:02 41257.txt
-rw-r--r-- 1 test directory 75 Aug 2 16:32 43916.txt
First of all is the directory list standard? Does file/directory name start at
column 56 etc?
If not how do FTP programs parse info if it's not standardised?
below:
drwxr-xr-x 2 test directory 3072 Aug 8 17:16 .
drwxr-xr-x 4 test directory 9216 Aug 8 20:28 ..
-rw-r--r-- 1 test directory 72 Aug 2 16:32 20155.txt
-rw-r--r-- 1 test directory 76 Feb 14 18:02 41257.txt
-rw-r--r-- 1 test directory 75 Aug 2 16:32 43916.txt
First of all is the directory list standard? Does file/directory name start at
column 56 etc?
If not how do FTP programs parse info if it's not standardised?