0
使用崇高文本連接到openshift ftp 3.我已經嘗試過使用SFTP插件。這是我的配置文件:使用崇高文本連接到openshift ftp 3
{
// 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,
"sync_same_age": true,
"host": "nodebb-htforum.rhcloud.com",
"user": "56d3d2e189f5cfad110001a1",
"password": "******",
"port": "22",
"remote_path": "/",
//"file_permissions": "664",
//"dir_permissions": "775",
//"extra_list_connections": 0,
"connect_timeout": 30,
//"keepalive": 120,
"ftp_passive_mode": true,
//"ftp_obey_passive_host": false,
"ssh_key_file": "C:/Users/Nihal/.ssh/id_rsa",
//"sftp_flags": ["-F", "/path/to/ssh_config"],
//"preserve_modification_times": false,
//"remote_time_offset_in_hours": 0,
"remote_encoding": "utf-8",
//"remote_locale": "C",
//"allow_config_upload": false,
}
您忘記提及您面臨的問題 – ericosg
@ericosg我無法連接到openshift服務器。 – Nisthar
您能否澄清問題所在? 「無法連接」不是很具描述性。你真正看到了什麼?你有任何錯誤?請花點時間閱讀[如何提出一個好問題?](http://stackoverflow.com/help/how-to-ask)您可以隨時[編輯]您的問題。 – Carpetsmoker