Skip to content

DCCN Project. GUI based FTP using Java. I coded this in eclipse so I guess you might also need eclipse for "Design Page"

License

Notifications You must be signed in to change notification settings

mhmzdev/FTP_GUI_Java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

File Transfer Protocol (FTP)

It was my End semester project i.e. creating this FTP having a user interface in Java. It simply sends file from Client to Server but not the other way around. Obviously you can do that as well. Plus, there are a lot of exceptions to handle which can also be done. I just did my part ;p

Screen Shots

Below are Screen shots of Server and Client Side user interface.

Video Demo

Video Demo is also available at YouTube

Server Side

Client Side

Instructions

I code the GUI using Design panel in Eclipse that's why you might need Eclipse to use the design page otherwise if you know the java gui stuff like swing etc. then there's no need.

First, compile and run the Server side using:

javac FTP_Server.java

java FTP_Server.java

Then, compile and run the Client side using:

javac FTP_Client.java

java FTP_Client.java

Other than these commands you can simply run the Serve side and client side using a 'Play' button in IDEs. But, make sure to run Server first and the Client.

About

DCCN Project. GUI based FTP using Java. I coded this in eclipse so I guess you might also need eclipse for "Design Page"

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages