aspose file tools
The moose likes Sockets and Internet Protocols and the fly likes Secured FTP Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Sockets and Internet Protocols
Reply Bookmark "Secured FTP" Watch "Secured FTP" New topic
Author

Secured FTP

vicky kumar
Ranch Hand

Joined: Dec 13, 2002
Posts: 55
Hi Folks,
I have an urgent requirement to convert existing Java FTP to Secured FTP. Can someone direct me to the right useful resources ? What are the different ways to achive security in FTP using Java. I need to have the FTP client and server running on both Windows and UNIX machines.
Any sample code will be of great help..
Cheers
Upen
Maulin Vasavada
Ranch Hand

Joined: Nov 04, 2001
Posts: 1865
Hi Vicky
SFTP is possible to write in java but its not as simple as FTP. There are some commercial packages available I guess for the SFTP in java. Do google and find what people have done.
I tried to look into if I can write SFTP after I had Java FTP with me but it seemed that it would be easier to use what people have already done.
Thanks
Maulin


1. Have fun @ http://faq.javaranch.com/java/JavaRaq
2. Looking for simple infix2postfix conversion and postfix evaluation package? Click here
Van Glass
Ranch Hand

Joined: Nov 18, 2000
Posts: 110
take a look at Secure FTP Factory. Includes both FTP and SFTP classes
http://www.jscape.com/sftp/
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Secured FTP
 
Similar Threads
FTP
Making secured websites
How to FTP
Java API for connecting to SFTP server
How to achieve secured data transfer through FTPS/SFTP