Link to home
Start Free TrialLog in
Avatar of drsmb
drsmb

asked on

Java over net

Using Java how can I write an application to do the following job: 1. ftp between local and remote
2. execute a command on a remote machine
Avatar of drsmb
drsmb

ASKER

Adjusted points to 280
ASKER CERTIFIED SOLUTION
Avatar of expertmb
expertmb

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of drsmb

ASKER

This does not answer my question. It's easy to "download" a file from a server as long as the server procides this service. In this kind of situation, basically the server writes the output to http and you receive the output from http when you submit a request from your web browser. I am quite familiar with this process from my own programming experience in this respect. That's not what I am concerned. I am concerned with where to get  java classes which can be used to program for ftp, telnet between machines over network. Java2 does not provide this kind of class. I think sun. class package has this kind of classes but I don't where to get the sun. package and where to get help white paper about how to use them. If any one has experience of using java to program for ftp and telnet between machines over tcp on network, and will generously provide a hint here I will appreciate his help.
Avatar of drsmb

ASKER

After a second visit the link provided by expertmb, I would like to say I am sorry that the first time I gave the wrong comment to expertmb's answer. Actually, the link he provided has a source that could be download which is used to do ftp over net. Therefore, I would like to say that Mr. expertmb basically provided me with the answer.

I would like to give him a A grade.
Avatar of drsmb

ASKER

After a second visit the link provided by expertmb, I would like to say I am sorry that the first time I gave the wrong comment to expertmb's answer. Actually, the link he provided has a source that  could be download which is used to do ftp over net. Therefore, I would like to say that Mr. expertmb basically provided me with the answer.

cheeer....

 expertmb...