-
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:
- 41,440
- 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://winscp.net/eng/docs/library_sessionoptions#tlsclientcertificatepath
SessionOptions.TlsClientCertificatePath
https://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.
- 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#
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.
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
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.
- 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?
Advertisement
-
martin◆
Site Admin
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
Re: FileTransfer using WinSCP to/from Windows site which use FTP SSL(TLSv1)
@Onur: Use Generate Code function of the latest beta version:
https://winscp.net/eng/docs/ui_generateurl#code
https://winscp.net/eng/docs/ui_generateurl#code
- Guest
Hi,
Thanks a lot, it rocks :)
Regards,
Onur
Thanks a lot, it rocks :)
Regards,
Onur
Advertisement
You can post new topics in this forum