Results 1 to 4 of 4
Thread: File -Server Protocol
- 11-16-2009, 04:35 PM #1
Member
- Join Date
- Nov 2009
- Posts
- 2
- Rep Power
- 0
File -Server Protocol
Hi guys, can someone here help me out please? i have these specifications i wish to implement.
1. a File-Server Protocol that
-Connect to a remote machine, with or without exchanging a password (as
chosen by the server).
-Change directories on the local and the remote machine. List the content of
the current directory on the local and on the remote machine.
-Get a file from the current directory of the remote machine and store it in the
current directory of the local machine.
-Put a file from the current directory of the local machine and store it in the
current directory of the remote machine.
There should be a Client and Server class that support.....
-passwd: sent by the server requests a password from the client upon login.
-passwd pw: sent by the client supplies the password pw to the server.
-rcd name: changes the remote current directory to name
-lcd name: changes the local current directory to name
-lls: list local directory
-rls: list remote directory
-put name: takes the local file name and loads it to the remote server in the -remote current directory
-get name: gets the remote file name and loads it to the local server in the -remote current directory
-exit closes the client (but not the server)
Any idea will be well appreciated.
- 11-17-2009, 11:07 PM #2
The sounds a lot like FTP... you might look up java FTPClient libraries.
My Hobby Project: LegacyClone
- 11-18-2009, 01:47 AM #3
Member
- Join Date
- Nov 2009
- Posts
- 2
- Rep Power
- 0
- 11-21-2009, 07:23 PM #4
Member
- Join Date
- Nov 2009
- Posts
- 1
- Rep Power
- 0
It can sake upt to 3 weeks to develop a hand written FTP Client server.
Escpecially if you are a student, who is not so keen on java
Maybe you should ask Martin Berger.....
or check out this great page at
w w w . informatics . sussex . ac . uk / courses / mct
How to build your own FTP client in java in 5 easy steps[/URL]Last edited by darknight; 11-21-2009 at 07:26 PM.
Similar Threads
-
unsupported protocol
By shiva in forum New To JavaReplies: 1Last Post: 04-09-2009, 09:20 AM -
x modem protocol
By jithan in forum New To JavaReplies: 0Last Post: 08-21-2008, 10:43 AM -
Does any file in an FTP server ends up in an HTTP server?
By islamfunny in forum CLDC and MIDPReplies: 4Last Post: 08-15-2008, 04:30 PM -
New Protocol?
By lada.r in forum NetworkingReplies: 0Last Post: 11-06-2007, 09:13 PM -
how to use SIP protocol
By katie in forum Advanced JavaReplies: 1Last Post: 08-06-2007, 10:22 PM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks