This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes Java in General and the fly likes retriving file from unix server Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "retriving file from unix server" Watch "retriving file from unix server" New topic
Author

retriving file from unix server

sujeet mishra
Greenhorn

Joined: Oct 01, 2009
Posts: 1
Hi ,

I need to develop an application which searches some contents say a particular in the file placed at a location in unix server and displays it on my local machine(in windows).

I need to know how we can connect to the unix server.

Right now I use filezila to connect to the server and download the file.

Inputs for file zila is host name is like sftp://.... , username, pwd and port: 22

Please guide me how to do the same through java code. I work on diff app. dont know java much.

It will be great if I can get any sample code which can guide me further.

Thanks,
Sujeet
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35443
    
    9
If SFTP (which is FTP over an SSH connection) is the only option to access the server, then you'll need a library that implements it. Read this to get started: http://nileshbansal.blogspot.com/2007/07/accessing-files-over-sftp-in-java.html


Android appsImageJ pluginsJava web charts
Campbell Ritchie
Sheriff

Joined: Oct 13, 2005
Posts: 32833
    
    4
And welcome to JavaRanch
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: retriving file from unix server
 
Similar Threads
Java Swing Application that connects to UNIX box and execute some UNIX commands
Websphere tutorials
How I connect to remote Unix Box from standalone java application?
Remote deployment to a unix server using FTP task in ANT
problem in connecting to a server