29 Jul 2008 @ 3:02 PM 
 

Java ftp client sourcecode

 


1 Star2 Stars3 Stars4 Stars5 Stars (1 votes, average: 5 out of 5)
Loading ... Loading ...
1,324 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

Related posts

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

EmailPermalink
 

Responses to this post » (None)

 

Post a Comment

You must be logged in to post a comment.

 Comment Meta:
RSS Feed for comments
\/ 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.