發表文章

目前顯示的是 5月, 2017的文章

[develop] sublime設定sftp

sublime設定sftp 其中"ssh_key_file": "C:\/darren\/ec2-key\/hatemapkey.ppk" 只能用ppk不能用pem, 轉換方式參考 http://tkoyama1988.hatenablog.com/entry/2014/06/10/180729 {     // The tab key will cycle through the settings when first created     // Visit http://wbond.net/sublime_packages/sftp/settings for help         // sftp, ftp or ftps     "type": "sftp",     "sync_down_on_open": true,     "upload_on_save": true,     "sync_same_age": true,         "host": "xx.xxx.xx.x",     "user": "ec2-user",     //"password": "password",     "port": "22",         "remote_path": "/home/ec2-user/hatemap",     //"file_permissions": "664",     //"dir_permissions": "775",         //"extra_list_connections": 0,     "connect_timeout": 30,     //"keepalive": 120...