Link to home
Start Free TrialLog in
Avatar of askJava
askJava

asked on

Java - Embeded Pkcs in FTP

Hi, I need to embeded routine to handle the PKCS certificate in my FTP. I am not sure how PKCS works in FTP. Can anyone give me some ideas or point me to the right site where I can find some example codes in using PKCS in FTP?
or anyone can write the code and show me will be great.

Thanks.
Avatar of girionis
girionis
Flag of Greece image

Have a look here http://www.openssh.com/java.html for some implementations and sampel source code.
Avatar of askJava
askJava

ASKER

It doesn't help.

What I am trying to do is read the certificate and sigon to FTP Server using SSL.

I am able to read the data in the cert. but after that, I am not sure what to do.

Any ideas ?
> It doesn't help.

Do you get any error messages? What do you mean it does not help?
Avatar of askJava

ASKER

I am trying to implement Secure FTP via SSL. I am able to read the Certificate information but after reading the certificate, I am not sure what to do next. I am new to SSL or security. I got the FTP working... I need some help in understand once I read the certificate, do I need to transmit the data in the certificate to the server ?

Thanks.
ASKER CERTIFIED SOLUTION
Avatar of girionis
girionis
Flag of Greece image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of askJava

ASKER

I will give it a try... and get back to you. Thanks.