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

Thread: FTP Connection

  1. #1
    Join Date
    Apr 1999
    Posts
    32

    FTP Connection

    Hello!I would like to know if it is possible to create a connection without User ID and Password so that the system asks for them without giving errors!
    thanks Nicola


  2. #2
    Join Date
    Apr 1999
    Posts
    4

    Re: FTP Connection

    Hi Nikola,

    It is possible! Simply "hardcode" the userid and password (real userid/password, or anonymous/email address) into the following code provided by this example code. Just read the posted article here on CodeGuru by Phil Anderson. Follow this link:

    http://www.codeguru.com/internet/ftpclient.shtml

    It will solve almost all of your problems! (FTP problems, at least!) Use it, learn it, love it!

    -Tony



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