My code runs with local files (C:my_file.txt) . I had to move them to a secure server(
https://my_secure_server/) . I have never opened files on another server. I read where SDK 1.4 uses
Java Secure Server to handle https protocol.
I don't want the user to be prompted for a passphrase, so I would like to use a concurent Pageant session for the authorization. Has anyone done something like this?
