0 votes
by (120 points)

I am getting the following errors when I try to download a file using
your sample C# application called FtpWinFormGet_CS.

When TSL/SSL is checked
Server certificate was rejected by the verifier
because of an unknow certificate authority

When TSL/SSL is unchecked
/db/vox.bak: No such file or directory [550]

Applies to: Rebex FTP/SSL

1 Answer

0 votes
by (3.9k points)

Hello,

The solution to the first issue is described in our blog at: http://blog.rebex.net/howto-server-certificate-rejected-exception/

It appears that the /db/vox.bak does not exist. Try to connect to the server by FtpWinFormClient_CS (or by any other ftp clients) and look if it really is there. Make sure that the path specified really exists.

...