Hello I'm trying to do a secure FTP to download a file using certificates. When I try to issue the getDirectory command I get the following error:
Login failed: System.InvalidOperationException: No credentials are available in the security package
at Dart.PowerTCP.SecureFtp.aw.Invoke(Delegate A_0, Object[] A_1)
at Dart.PowerTCP.SecureFtp.Ftp.Invoke(FtpCommand command, String modifier)
at Dart.PowerTCP.SecureFtp.Ftp.Invoke(FtpCommand command)
at Dart.PowerTCP.SecureFtp.Ftp.GetDirectory()
Any assistance given will be greatly appreciated.