CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    May 1999
    Posts
    2

    changing FTP password

    I'm developing and application that automatically logs into a FTP server. The server requires that I change the password every 90 days. I haven't been able to find a way to do this using the WinInet library. Can any one help?


  2. #2
    Join Date
    May 1999
    Location
    Atlanta, GA, USA
    Posts
    443

    Re: changing FTP password

    Hi.

    Which do you want to know?

    1) Server program change the client password every 90 days?
    2) Client program will change the password if server asks to do it?

    Regards.
    -Masaaki Onishi-


  3. #3
    Join Date
    May 1999
    Posts
    2

    Re: changing FTP password

    I would like to know how the client program can change the password if server asks to do it and also how to change with out any prompting from the server.

    Thanks,

    Cindy



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