This is correct behaviour - older files are displayed with Month, Date,
Year, newer files are displayed with Month, Date, Time. This behaviour is
present on the Unix systems whose listing format many FTP clients are set up
to decode. You will need to take account of this in your mainframe client
application.
You might also choose to use the MS-DOS style listing instead, as this
includes complete information on every file.
Alun.
~~~~
--
Software Design Engineer, Internet Information Server (FTP)
This posting is provided "AS IS" with no warranties, and confers no rights.
[quoted text, click to view] "JMB" <JMB@discussions.microsoft.com> wrote in message
news:A3EA6128-171A-4440-9F52-8B76A39877F8@microsoft.com...
> Hello,
> When clients access our FTP site they no longer seeing the correct date
> format when doing a dir command. This is causing a mainframe application
> to
> error.
>
> The old format was
> filesize Month Date Year filename
>
> The new format is
> filesize Month Date Time filename
>
> We are running IIS 5.0 and are using Unix directory listings.
>
> Any help would be appreciated.
>
> Thanks
> JMB