User Tools

Site Tools


mina_ftp

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
mina_ftp [2011/07/02 16:15]
k2patel created
mina_ftp [2018/01/25 21:47]
k2patel
Line 4: Line 4:
 which use MINA Framework, could be use to deploy service in min.\\ which use MINA Framework, could be use to deploy service in min.\\
  
-Source : [[ http://​mina.apache.org/​ftpserver| Mina FTP ]]+Source : [[ http://​mina.apache.org/​downloads-ftpserver.html | Mina FTP ]]
  
 Copy following files Copy following files
Line 78: Line 78:
 </​beans:​beans>​ </​beans:​beans>​
 </​code>​ </​code>​
 +
 +<code text | User Table Structure>​
 +FTP_USER Table Structure
 +Column Type Default value
 +userid VARCHAR(64),​ Primary key  
 +userpassword VARCHAR(64)  
 +homedirectory VARCHAR(128)  
 +enableflag BOOLEAN TRUE
 +writepermission BOOLEAN FALSE
 +idletime INT 0
 +uploadrate INT 0
 +downloadrate INT 0
 +maxloginnumber INT 0
 +maxloginperip INT 0 
 +</​code>​
 +
 +Start server you are good to go
mina_ftp.txt ยท Last modified: 2020/08/10 02:35 (external edit)