I have a problem defining the correct definition string for an ftp server.
The directory ls output is like this:
Code: Select all
size date time name
-------- ------ ------ --------
10 Apr-22-2004 09:27:43 bin <DIR>
293 Apr-22-2004 12:05:50 test.conf
0 Jan-01-1970 00:04:16 tmp <DIR>
13034 Jan-01-1970 01:07:24 myfile.txt
I tried to use the following:
Template1=S* TTT DD YYYY hh mm ss n* d
Template2=d= S* TTT DD YYYY hh mm ss n* d
Current observations:
- Template1 shows all elements as files, so the second Template rule seems not to be used. File access works already with Template1 alone.
- Adding Template2 doesn't change anything.
- If I use Template2 exclusively, everything is interpreted as directory.
Can someone help?
Thanks in advance,
Schorsch