# tools **Repository Path**: rise/tools ## Basic Information - **Project Name**: tools - **Description**: my project use tools - **Primary Language**: C# - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-09-03 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # **tools** _my project use tools_ ## AppFtpUnload unload a file to all lan ftp server of specifies port. ``` dotnet .\AppFtpUnload -f|--file path -ip ip -port port -?|-h|--help -f|--file path local file path -ip ip local lan ip [192.168.1.1] -port port ftp server port -?|-h|--help show this message ``` sample > AppFtpUnload -f c:\test.apk -port 2121 ## VersionMaker generate a revision file on the basis of git or svn file system _config.txt file format_ ``` D:\project\client\game\bin\revision.txt | revision file path 2 | get info from several dirs git,D:\project\client\game\bin | git or svn,dir,head name svn,D:\project\client\game\bin\data,data | git or svn,dir,head name ```