15 Mar 2009 @ 4:30 PM 
1 Star2 Stars3 Stars4 Stars5 Stars (1 votes, average: 5 out of 5)
Loading ... Loading ...
872 views

I’ve uploaded the latest Java remote desktop client and server for you to try out. It’s a proof of concept to see if remote desktop is possible in Java. The control however is disabled in this release but you should be able to see the client computer.
http://img10.imageshack.us/img10/1067/demoe.png
Download the files here:
Client http://www.uitstekendeaccu.nl/tmp/Client_engineeringserver.com.rar
Server http://www.uitstekendeaccu.nl/tmp/remoteServerv2_engineeringserver.com.zip

The software is for evaluation purposes only.
this version features:

- options disabled
- low res graphics

Required: java 1.4+
:) :) :)

Your Ad Here
Tags Tags: , , , ,
Categories: Java
Posted By: HappyFace
Last Edit: 15 Mar 2009 @ 05 41 PM

EmailPermalinkComments (0)
 29 Jul 2008 @ 3:02 PM 
1 Star2 Stars3 Stars4 Stars5 Stars (1 votes, average: 5 out of 5)
Loading ... Loading ...
1,323 views

A simple ftp client that download files from a remote server, the functionalities are very basic (for demo purposes) but i'll work on more features later when I have the time. In the mean time you can play with it by downloading the sourcecode/classes below.

JAVA:
  1. /*-------------------------------------------------------------------------- Main class ***************** By: deAppel   http://www.engineeringserver.com Contact:  info [@] engineeringserver.com Version:    29/07/2008 "***************** Note: an FTP console client that download files on a remote server //----------------------------------------------------------------------*/ public class Main { public static void main(String[] args){ String userName = "yourUserName"; String userPassword = "yourPassword"; String userHost = "engineeringserver.com"; String userDirectory = "public_html"; System.out.println("Downloading files from: " + userHost + "/" +  userDirectory);  FilePath FP = new FilePath(); FP.connectToFTPAndSaveStructure(userName,userPassword,userHost,userDirectory)} }

screenshot download filedownloader

Your Ad Here
Tags Tags: , ,
Categories: Java
Posted By: HappyFace
Last Edit: 18 Nov 2008 @ 04 02 AM

EmailPermalinkComments (0)
\/ More Options ...
Change Theme...
  • Users » 888
  • Posts/Pages » 1,444
  • Comments » 506
Change Theme...
  • VoidVoid « Default
  • LifeLife
  • EarthEarth
  • WindWind
  • WaterWater
  • FireFire
  • LightLight

Online Users



    No Child Pages.

Forum



    No Child Pages.