VC++: Where can I get libraries for using Secure FTP?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Melissa

    VC++: Where can I get libraries for using Secure FTP?

    I have two DLLs that utilize the MFC classes for doing normal FTP
    communications for uploading files. Well, someone has requested that
    we use secure FTP protocol. I have been looking on the internet for
    some libraries, but most are for purchase. Would someone provide
    suggestions on what they consider to be most useful or are their
    libraries available that are not for cost (I am sure that is a
    pipe-dream.)?

    Any information would be greatly appreciated!

    Thanks!

    Melissa
  • Victor Bazarov

    #2
    Re: VC++: Where can I get libraries for using Secure FTP?

    Melissa wrote:[color=blue]
    > I have two DLLs that utilize the MFC classes for doing normal FTP
    > communications for uploading files. Well, someone has requested that
    > we use secure FTP protocol. I have been looking on the internet for
    > some libraries, but most are for purchase. Would someone provide
    > suggestions on what they consider to be most useful or are their
    > libraries available that are not for cost (I am sure that is a
    > pipe-dream.)?[/color]

    Nikki Locke publishes "Available C++ Libraries FAQ" here about once
    a month. Go to http://groups.google.com/ and look for the latest
    posting. Perhaps you will find something useful there. Also, there
    are several portals on the Web for open source software, but usually
    not for Windows. Try http://freshmeat.net and http://sourceforge.net
    (and I am fairly certain that there are others).

    V

    Comment

    Working...