Metadata-Version: 2.1
Name: easycon
Version: 2019.3.19.1016
Summary: A tool based on paramiko used to connect to remote server.
Home-page: UNKNOWN
Author: Hengyue Li
Author-email: hengyue.li@hengyue.li
License: LICENSE.md
Description: # easycon  
        A easy-use tool to connect to a remote server. This tool is developed on `paramiko`. 
        ## Install  
        `pip install easycon` 
        ## Usage 
        One can find the instruction by run command `easycon` in terminal directly.  
        (For windows users, one can try `easycon` or `easycon.bat`)
        
        ### Update 2019.03.16
        Update sshapi.  
        
        ### Update 2019.03.10 
        Windows supported
        
        ### Update 2019.03.08  
        1. fix bug  
          Fix know bugs for login. This is an old issue relate to stdin. Details see [here](https://github.com/paramiko/paramiko/issues/302). The solution is [here](https://github.com/rogerhil/paramiko/commit/4c7911a98acc751846e248191082f408126c7e8e). 
        2. add `put`/`get` to upload/download directory  
        3. change the format of the configuration file.
        
Platform: UNKNOWN
Description-Content-Type: text/markdown
