I was just talking to my hosting and they did say that it is possible to login to my account and read a file using a secure connection.
So called SFTP (Secure FTP).

For the moment I use some code that is for FTP connection with EnableSsl = true; wich has worked great.

So my new task is to use code for a SFTP connection.
I dont know how this code can be set up. The Path to the file that I will reach is this one:

String^ FilePath = "ftp://myAccount.web.com:21/DataBase/file1.txt";

If this isn´t possible using C++ as it is, I wonder if there is any free library for this where it is possible to connect to a server using SFTP ?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.