-
EF
Guest
install client cert?
Advertisement
Communicating over ftps with a bank - they require ftps with username and password, plus require installing a x509 cert on the client (they provide this cert). Can't find anywhere in WinSCP to install certs or assign cert for use with a specific ftp site. Is this possible?
Advertisement
-
martin◆
Site Admin -
- Joined:
- Posts:
- 30,134
- Location:
- Prague, Czechia
Re: install client cert?
The client certificate support is not released yet:
https://winscp.net/tracker/921
https://winscp.net/tracker/921
- 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 -
- Joined:
- Posts:
- 30,134
- Location:
- Prague, Czechia
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 -
- Joined:
- Posts:
- 30,134
- Location:
- Prague, Czechia
Sent.Can you please give me the development build, I would like to get rid of Bitkinex :)
- robertb
- Joined:
- Posts:
- 3
- Location:
- Montana
Need to connect to FTPS with certificate as well
Is this available yet?
- robertb
- Joined:
- Posts:
- 3
- Location:
- Montana
Re: install client cert?
Communicating over ftps with a bank - they require ftps with username and password, plus require installing a x509 cert on the client (they provide this cert). Can't find anywhere in WinSCP to install certs or assign cert for use with a specific ftp site. Is this possible?
Have the same issue. Please help.
-
martin◆
Site Admin -
- Joined:
- Posts:
- 30,134
- Location:
- Prague, Czechia
Re: install client cert?
It was not released yet. I've sent you a dev build.Have the same issue. Please help.
Advertisement
-
RobHeffo
Guest
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
- RobHeffo
- Joined:
- Posts:
- 2
- Location:
- Albury, Australia
Re: 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
Sorry! Forgot to login!
-
martin◆
Site Admin -
- Joined:
- Posts:
- 30,134
- Location:
- Prague, Czechia
Re: Dev Build Request
Sent.
- finist
- Joined:
- Posts:
- 1
Could you kindly send me a copy of the DEV build with Certificate support too?
Thanks!
Thanks!
Advertisement
-
martin◆
Site Admin -
- Joined:
- Posts:
- 30,134
- Location:
- Prague, Czechia
Sent.
- 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 prikryl,
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 -
- Joined:
- Posts:
- 30,134
- Location:
- Prague, Czechia
Re: Want to use x509 client certificate while upload/download files win WinSCP from client network in c#
Please download WinSCP 5.8 betaWe 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.
https://winscp.net/eng/download.php
- Sujeet
- Joined:
- Posts:
- 7
- Location:
- Pune, India
Re: Want to use x509 client certificate while upload/download files win WinSCP from client network in c#
Please download WinSCP 5.8 betaWe 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.
https://winscp.net/eng/download.php
Thanks prikryl.
Do you have any sample code with you for how to attach the certificate with WinSCP session.
Advertisement
-
martin◆
Site Admin -
- Joined:
- Posts:
- 30,134
- Location:
- Prague, Czechia
Re: Want to use x509 client certificate while upload/download files win WinSCP from client network in c#
UseDo you have any sample code with you for how to attach the certificate with WinSCP session.
SessionOptions.TlsClientCertificatePath
.
The property will be documented shortly on:
https://winscp.net/eng/docs/library_sessionoptions
- 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 prikryl, but I am not able to find given property "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.
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.
- Sujeet
- Joined:
- Posts:
- 7
- Location:
- Pune, India
Re: Want to use x509 client certificate while upload/download files win WinSCP from client network in c#
Thanks prikryl, but I am not able to find given property "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.
My Bad...
Found given property in WinSCP 5.8 Beta.
Could you please help me with my another query, is there any way to pass/attach certificate by object and not by path.
-
martin◆
Site Admin -
- Joined:
- Posts:
- 30,134
- Location:
- Prague, Czechia
Re: Want to use x509 client certificate while upload/download files win WinSCP from client network in c#
No, this is not supported.Could you please help me with my another query, is there any way to pass/attach certificate by object and not by path.
Advertisement
- RobHeffo
- Joined:
- Posts:
- 2
- Location:
- Albury, Australia
Argument Exception
Hi, I am finally getting around to trying to use this code and am getting the following error...
The code I am using to create the session options is....
I can't see what is wrong here. The TLS Client Certificate is a PPK file, the host key is copied from WinSCP
Any suggestions?

The code I am using to create the session options is....

I can't see what is wrong here. The TLS Client Certificate is a PPK file, the host key is copied from WinSCP
Any suggestions?
-
martin◆
Site Admin -
- Joined:
- Posts:
- 30,134
- Location:
- Prague, Czechia
Re: Argument Exception
The .ppk file is not FTP TLS client client certificate, it's SSH/SFTP private key file. Use
SessionOptions.SshPrivateKeyPath
.
-
Onur
Guest
FileTransfer using WinSCP to/from Windows site which use FTP SSL(TLSv1)
Hi,
Have you published any example powershell code for this please?
Regards,
Onur
Have you published any example powershell code for this please?
Regards,
Onur
-
martin◆
Site Admin -
- Joined:
- Posts:
- 30,134
- Location:
- Prague, Czechia
Re: FileTransfer using WinSCP to/from Windows site which use FTP SSL(TLSv1)
Use Generate Code function of the latest beta version:Have you published any example powershell code for this please?
https://winscp.net/eng/docs/ui_generateurl#code
Advertisement
- Guest
Hi,
Thanks a lot, it rocks :mrgreen:
Regards,
Onur
Thanks a lot, it rocks :mrgreen:
Regards,
Onur
Advertisement
You can post new topics in this forum