php 获取远程文件mine,atom 编辑远程服务器上的目录 remote ftp

{

"protocol": "sftp",

"host": "example.com", // string - Hostname or IP address of the server. Default: 'localhost'

"port": 22, // integer - Port number of the server. Default: 22

"user": "user", // string - Username for authentication. Default: (none)

"pass": "pass", // string - Password for password-based user authentication. Default: (none)

"promptForPass": false, // boolean - Set to true for enable password/passphrase dialog. This will prevent from using cleartext password/passphrase in this config. Default: false

"remote": "/", // try to use absolute paths starting with /

"agent": "", // string - Path to ssh-agent's UNIX socket for ssh-agent-based user authentication. Windows users: set to 'pageant' for authenticating with Pageant or (actual) path to a cygwin "UNIX socket." Default: (none)

"privatekey": "", // string - Absolute path to the private key file (in OpenSSH format). Default: (none)

"passphrase": "", // string - For an encrypted private key, this is the passphrase used to decrypt it. Default: (none)

"hosthash": "", // string - 'md5' or 'sha1'. The host's key is hashed using this method and passed to the hostVerifier function. Default: (none)

"ignorehost": true,

"connTimeout": 10000, // integer - How long (in milliseconds) to wait for the SSH handshake to complete. Default: 10000

"keepalive": 10000, // integer - How often (in milliseconds) to send SSH-level keepalive packets to the server (in a similar way as OpenSSH's ServerAliveInterval config option). Set to 0 to disable. Default: 10000

"watch":[ // array - Paths to files, directories, or glob patterns that are watched and when edited outside of the atom editor are uploaded. Default : []

"./dist/stylesheets/main.css", // reference from the root of the project.

"./dist/stylesheets/",

"./dist/stylesheets/*.css"

],

"watchTimeout":500, // integer - The duration ( in milliseconds ) from when the file was last changed for the upload to begin.

"filePermissions":"0644" // string - Permissions for uploaded files. WARNING: if this option is set, previously set permissions on the remote are overwritten!

}

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值