Skip to content

Hirehop/Java_Ftp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Java_Ftp

1. Description:

This project use TCP Socket to realize FTP Server and Client, Console/Command with Windows;
If you wanna it run in Linux, you can change The runCommand function in FtpUserServiceImpl and change working Directory in server/client code.

2. Developing IDE

MyEclipse 2017

3. Structure of the projects

4. The way deal with the end of the socket transferring

EOT: ASCII=4  ->  Control Character  ->  End Of Transfer
ENQ: ASCII=5  ->  Control Character  ->  Existence of the file

5. The way deal with the .properties file

|-ResourceBundle
    |-PropertyResourceBundle



>>>Welcome<<<

About

[ Common java project ]: use TCP Socket to realize FTP Server and Client, Console/Command with Windows

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors