
December 20th, 2004, 12:01 AM
|
 |
Permanently Banned
|
|
Join Date: Jan 2001
Location: Trollville.
Posts: 377
Time spent in forums: 3 h 31 m 11 sec
Warnings Level: 10
Number of bans: 1
Reputation Power: 0
|
|
Quote: | Originally Posted by maheshmohan The basic task is to develop a simple file transfer programme in Java.
This will be a basic Internet client that uses the methods of the URL class.Remember that it is possible to obtain a file from a public FTP archive via a WWW browser using a URL such as ftp://ftp.scit.wlv.ac.uk/pub. [Try this using
a normal WWW browser]. Using the methods from the Java class java.net.URL write a programme that will allow a command line user to explore an FTP archive (i.e. Display the files and directories in the archive and get files) using simple commands such as CWD dirname (change directory), DIR (list directory) and GET filename (get a file and save it locally) entered interactively by the user. The functionality is, in part, inspired by the Linux command line tool ftp. |
You are asking for someone to do your homework for you?
|