• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

https://my_secure_server

 
Ranch Hand
Posts: 128
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Has anyone have an example of how to open a file on a secure server?
I have read the URL objects don't work.

This belongs in another forum. Sockets and Internet Protocols

My code runs with local files (C:my_file.txt) . I have moved them to a secure server( https://my_secure_server/) . Now I need to find out how to change the code to open files on the
server. I think that SDK 1.4 and later uses JSSE to handle https protocol now.

I don't want the user to be prompted for a passphrase, so I would like to use a running Pageant session for authorization. I also can start a PuTTY session if that would help. Can anyone show me an example of what to do next?
[ July 03, 2004: Message edited by: Sonny Pondrom ]
 
Politics is a circus designed to distract you from what is really going on. So is this tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic