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

Thread: FTP

  1. #1
    Guest

    FTP

    Hi there,
    How can handle FTP without using the FTP control (Internet transfer control)
    Is there anything (API ??) available for this ?
    thanks in advance
    Chris


  2. #2
    Join Date
    Apr 1999
    Posts
    4

    Re: FTP

    You could try using the wininet api (wininet.dll) You will probably need the wininet.h file to figure out how to call the functions. I've never done it myself.


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