• 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
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Devaka Cooray
Sheriffs:
  • Liutauras Vilda
  • paul wheaton
  • Rob Spoor
Saloon Keepers:
  • Tim Moores
  • Stephan van Hulst
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
Bartenders:
  • Carey Brown
  • Roland Mueller

Secure FTP Using SSL

 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,
My project is to analyse a program written in Java
which use ssl protocol to perform a secure ftp.
Please is there a source code or any program which can help?
Send to amer_20@yahoo.com.
Thank you.
 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I too am looking for basic information on this topic. Does anyone know if it can be done and if so, how? If you are concerned about giving your prize code away, don't be. All I wish for is a little advice and generalities on how to do it. For example, can one SSL socket be used to send the commands and data, or do you need two channels like with regualr FTP? If you need to use two sockets, do you need to do all the handshaking for both? Is there an easier way? How is everyone else doing it? How does HTTP tunneling work? Where can I find more information?
 
fadimanasfi
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I want to try first the simple way:
I ll use two SSLSockets for both ports,then ill use SSLSocket for port 20 and Ill use the key generated in the first connection to encrypt and decrypt the data Using Private key cryptography.
But the problem is Time:I'm not good in java and i wanna an example about this.
Thank you.
 
Ranch Hand
Posts: 167
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Here you are, it includes everything you want, software, source code and document, but it is not in Java
http://bsdftpd-ssl.sc.ru/
 
fadimanasfi
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thank you nan sh this site will help me but i wanna write it in java.
Is there a simple FTPClient and FTPserver application written in java because i want to modify the socket by replacing it with ssl socket.
Thank you,
 
brevity is the soul of wit - shakepeare. Tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic