# myframework-commons **Repository Path**: springbootPlus/myframework-commons ## Basic Information - **Project Name**: myframework-commons - **Description**: 常用的类库(字符串处理,ftp上传等) - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 0 - **Created**: 2014-04-21 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 1.常用ftp功能上传: 代码调用: CommonFtp commonFtp = FtpConfig.connect(); 见 FtpClientDemo;