您的位置:首页 > Web前端

C/S File Transfer Swing

2015-09-11 15:37 239 查看

Introduction

This project give a really nice client GUI, it’s very easy to use them in your local computer whatever your platform, ubuntu, windows, mac.

Environment

NetBean

Java 8 Oracle

MongoDB 3.0 above

How to Run?

run the sever jar file.

run the client jar file.

connect the client to server.

add files, start to transfer.

Description



As you can see above, the file transfer client GUI is consisted of five part:

add file pane.

transfer file table.

server setting.

system log

server status.

I think there is noting more I can tell you than the easy using interface.

Here I just want to talk something very special for you, this program will auto detect the file in the FileDirectory(this may be in FileTransferClient/), you do not need to write the .xls or .xlsx again, you can do it but you do not need to do that. You can add file through:

GUI interface

Modify the .xls or .xlsx file

Copy the file into the FileDirectory

The program using a watch service to watch the .xls, .xlsx file and the transfer directory.

Is it Amazing?

As for the server, just use it as the CLI version one.

Tips

If you want to use this code in your own program, please keep the author in your code.No manners, No success.

see the source code at GitHub.

Contact

Email: 294101042@qq.com

QQ: 294101042
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  java swing ubuntu oracle