Results 1 to 4 of 4
Thread: Java Download from SFTP
- 01-19-2011, 09:38 PM #1
Member
- Join Date
- Jan 2011
- Posts
- 30
- Rep Power
- 0
Java Download from SFTP
Hey! Im looking for a way to download a file from an SFTP server to the local computer. I've found a lot of Libraries and stuff but I can't get one to work in Eclipse. Basically I want something along the lines of
sftp.connect(username, password);
sftp.getfile("filepath in server", "filepath to download it to");
Now I know it won't be that simple, but you get the point. Can someone please help me find a library or something and get it working in Eclipse so that I can do something along those lines?
Thanks in advance!!!
- 01-20-2011, 03:52 PM #2
This link might be useful to give you some idea: Java SFTP
GoldestJava Is A Funny Language... Really!.gif)
Click on * and add to member reputation, if you find their advices/solutions effective.
- 01-21-2011, 02:44 PM #3
Member
- Join Date
- Jan 2011
- Posts
- 30
- Rep Power
- 0
Thnks for the reply. I ended up getting sshtools to work for me. If anyone needs to know the eclipse setup for it, u just download it, then put the folder somewhere, then go to eclipse and add external jars and add ALL of the included jars
- 01-21-2011, 03:49 PM #4
Similar Threads
-
open source ftp sftp java library
By nebyan in forum Java SoftwareReplies: 3Last Post: 07-22-2010, 12:45 PM -
sftp Authentication
By suprimcy in forum New To JavaReplies: 2Last Post: 06-01-2010, 12:49 AM -
SFTP applet (SSH FTP)
By jfileupload in forum Java SoftwareReplies: 1Last Post: 02-26-2009, 10:31 PM -
SFTP Plug-in for Eclipse 0.0.3
By JavaBean in forum Java SoftwareReplies: 0Last Post: 07-03-2007, 08:04 AM -
Rad SFTP Applet 2.01
By levent in forum Java SoftwareReplies: 0Last Post: 05-22-2007, 06:59 AM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks