Welcome to the Xceed Community Sign in | Join | Help
Community Search  

Backup to ssh or sftp site

Sort Posts: Previous Next
  •  03-02-2007, 11:25 PM Post no. 6266

    Backup to ssh or sftp site

    I need to create a program to backup files to an offsite sytem securely. What do I need to do that. I currently use dev studio 6 and program in C++. It seems like I could use the Active X type controls, but it does not seem like you provide C++ wrapper classes.

    Do the Actiive X controls require the .NET download? If so would it be easier just to use C#? and if so what version of .Net and Dev Studio?

    Thanks
    Glenn
  •  03-06-2007, 5:06 PM Post no. 6267 in reply to 6266

    Re: Backup to ssh or sftp site

    You could use either the ActiveX in C++ or the .NET version in C#.

    The problem is that we do not support SSH protocol, so you will not be able to connect to your server with our component. We support SSL/TLS secure protocol.
    André
    Software Developer and Tech Support
    Xceed Software Inc.
  •  03-07-2007, 10:58 AM Post no. 6268 in reply to 6267

    Re: Backup to ssh or sftp site

    thanks for the reply.

    Do you provide a nice C++ wrapper class?
  •  03-07-2007, 1:45 PM Post no. 6269 in reply to 6268

    Re: Backup to ssh or sftp site

    If you use MFC, doing an import in the class Wizard will generate the wrapper class for you.

    If you use "raw" C++, we don't provide a wrapper class. The best way to use the product in this context is via the #import clause. This will create ".tlh" files in the compile folder that will give you access to objects, enum, etc. as described (named) in the documentation. It is the "magic" method used in the C++ QuickTour sample installed with the product.

    André
    Software Developer and Tech Support
    Xceed Software Inc.
View as RSS news feed in XML
Contact | Site Map | Reviews | Legal Terms of Use | Trademarks | Privacy Statement Copyright 2008 Xceed Software Inc.