This is the implementation of the File Transfer Protocol in Java.The protocol is used for transfer of the file from remote system.
To execute the program go through following steps:-
1.install FtpServer.java on one machine.
2.install FtpClient.java another machine.
3.execute FtpServer.java.
4.execute FtpClient.java.
5.use GUI objects provided on the FtpClient.java to upload or download the particular file.
Related Codes
There are no related downloads