How to do a secure FTP to download a file using certificates?

0 votes
No avatar asked by (120 points) about Software Informer
edited by

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.

1 Answer

0 votes
answered by (264k points)

There is an online documentation page where you can find out information about the FTP client you try to implement to download the software. I recommend you check the documentation page where code examples are provided for the application.

Documentation page: http://www.dart.com/help/ptftpnet/webframe.html

You can also take the given examples to properly implement the download for your files on your servers.

If you have additional questions, contact the developers using the following contact method: http://www.dart.com/contact.aspx

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please log in or register
...