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

Threaded View

  1. #4
    Join Date
    Mar 2003
    Location
    India {Mumbai};
    Posts
    3,871

    Re: Ftp directory listing

    That depends on directory listing format provided by FTP server. For current century, it's not giving 2-extra digits.

    See the attached file, which parses the directory listing from various format. You need to spend some time, to understand how it's working!

    Find IsUNIXStyleListing in the file, and see comments above it.
    Attached Files Attached Files
    My latest article: Explicating the new C++ standard (C++0x)

    Do rate the posts you find useful.

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