-
EF
Guest
Install client certificate?
Advertisement
Communicating over FTPS with a bank - they require FTPS with username and password, plus require installing an x509 certificate on the client (they provide this cert). Can't find anywhere in WinSCP to install certificates or assign certificate for use with a specific FTP site. Is this possible?
Advertisement
-
martin◆
Site Admin -
- Joined:
- Posts:
- 43,035
- Location:
- Prague, Czechia
Re: install client cert?
The client certificate support is not released yet:
Issue 921 – Authentication with TLS/SSL client certificates
Issue 921 – Authentication with TLS/SSL client certificates
- ftpuser
- Joined:
- Posts:
- 2
When will this functionality be released as I see from the bug tracker it is implemented and in release 5.8
-
martin◆
Site Admin -
Sorry, we do not give any dates. It will take a few weeks definitely.
We can provide you a development build for testing, if you are interested.
We can provide you a development build for testing, if you are interested.
- astronaute
- Joined:
- Posts:
- 1
Hi prikryl,
Can you please give me the development build, I would like to get rid of Bitkinex :)
Thank you !
Can you please give me the development build, I would like to get rid of Bitkinex :)
Thank you !
Advertisement
-
martin◆
Site Admin -
@astronaute: Sent.
- robertb
- Joined:
- Posts:
- 3
- Location:
- Montana
Need to connect to FTPS with certificate as well
Is this available yet?
Re: install client cert?
Have the same issue. Please help.
-
martin◆
Site Admin -
Re: install client cert?
@robertb: It was not released yet. I've sent you a dev build.
Advertisement
- RobHeffo
- Joined:
- Posts:
- 2
- Location:
- Albury, Australia
Dev Build Request
Hello,
May I also please request a copy of the DEV build with Certificate support. I also have a requirement for this feature.
Thanks!
Robert Heffernan
May I also please request a copy of the DEV build with Certificate support. I also have a requirement for this feature.
Thanks!
Robert Heffernan
-
martin◆
Site Admin -
Re: Dev Build Request
@RobHeffo: Sent.
- finist
- Joined:
- Posts:
- 1
Could you kindly send me a copy of the DEV build with Certificate support too?
Thanks!
Thanks!
-
martin◆
Site Admin -
@finist: Sent.
Advertisement
- Sujeet
- Joined:
- Posts:
- 7
- Location:
- Pune, India
Want to use x509 client certificate while upload/download files win WinSCP from client network in c#
Hi @martin,
We want to attach client certificate with WinSCP for file uploading because client network do not allow anything to go out without that client certificate.
Could you please help us or let us know if you have released the newer version of WinSCP which supports client certificate.
Thanks,
Sujeet
We want to attach client certificate with WinSCP for file uploading because client network do not allow anything to go out without that client certificate.
Could you please help us or let us know if you have released the newer version of WinSCP which supports client certificate.
Thanks,
Sujeet
-
martin◆
Site Admin -
Re: Want to use x509 client certificate while upload/download files win WinSCP from client network in c#
Re: Want to use x509 client certificate while upload/download files win WinSCP from client network in c#
Thanks @martin.
Do you have any sample code with you for how to attach the certificate with WinSCP session?
Do you have any sample code with you for how to attach the certificate with WinSCP session?
-
martin◆
Site Admin -
Re: Want to use x509 client certificate while upload/download files win WinSCP from client network in c#
@Sujeet: Use
https://beta.winscp.net/eng/docs/library_sessionoptions#tlsclientcertificatepath
SessionOptions.TlsClientCertificatePath
https://beta.winscp.net/eng/docs/library_sessionoptions#tlsclientcertificatepath
Advertisement
- Sujeet
- Joined:
- Posts:
- 7
- Location:
- Pune, India
Want to use x509 client certificate while upload/download files win WinSCP from client network in c#
Thanks @martin, but I am not able to find given property
However is there any way to attach certificate directly as we don't have path of certificate with us, we have to pick installed cert by its name provided from machine. We do attach the same to web reference like
Could you please help us for this.
Thanks.
TlsClientCertificatePath with WinSCP576automation.
However is there any way to attach certificate directly as we don't have path of certificate with us, we have to pick installed cert by its name provided from machine. We do attach the same to web reference like
WebServRef.ClientCertificates.Add(cert) where cert is the X509Certificate object.
Could you please help us for this.
Thanks.