在高级文本ftp管理器中设置网站

时间:2019-02-13 16:37:50

标签: ftp sublimetext3

我有一个用于FTP的WinSCP实例,它运行正常。我没有问题,但是不方便,我想在精美的文字中使用FTP

我安装了SFTP / FTP软件包并尝试设置我的远程服务器,但是每次连接都会超时。

站点管理器中的WinSCP详细信息:

File Protocol: FTP 
Encryption: TLS/SSL Implicit Encryption
Host Name: ftp.testUser.testSite
port number: 990
user name: ftp.testUser.testSite|testUser
password: test123!

当前sftp-config.json文件:

{
    // 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": "ftp",

    "sync_down_on_open": true,
    "sync_same_age": true,

    "host": "ftp.testUser.testSite",
    "user": "ftp.testUser.testSite|testUser",
    "password": "test123!",
    "port": "990",

    "remote_path": "C:/users/testUser/ftpweb/siteFolder",
    //"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": "~/.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": true,
}

0 个答案:

没有答案