CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 8 of 8

Threaded View

  1. #5
    Join Date
    Jul 2006
    Posts
    297

    Re: Ftp directory listing

    Code:
    09/07/2009 07:48AM      Directory 090609
    Code:
    dr--rw----   1 admin      data                0 Sep  7 07:48 090609
    Seems like you're missing the Year somehow all the other data is there.

    But what i find interesting is this

    Code:
    01/01/1980 12:00AM      Directory 930101
    Code:
    dr--rw----   1 admin      data                0 Jan  1  1980 930101
    This one has a year but no time...
    Last edited by monalin; September 24th, 2009 at 02:01 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured