• 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
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

FTPS

 
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello, I need to write a secure FTP client for windows and AIX using the FTPS protocol (not SFTP). I have a regular FTP client but it now needs to implement FTPS. I've read many of the postings so far but none seem to address my needs. I'm looking for open source Java code. What are the java APIs needed? The current code uses the unsupported sun.net.ftp package but I don't think they have a sun.net.ftps package. Has anyone tried this before?

I found a post on javaranch but the link is bad.

https://coderanch.com/t/326488/java/java/FTPS-Library

Please help....
 
My honeysuckle is blooming this year! Now to fertilize this tiny ad:
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic