teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

3

spell

2019/02/01 09:47

投稿

akoro
akoro

スコア27

title CHANGED
File without changes
body CHANGED
@@ -32,7 +32,7 @@
32
32
  "remote": "/home/xxx/xx",
33
33
  "local": "",
34
34
  "agent": "",
35
- "privatekey": "C:\Users\CLONIT\xxx\xxx",
35
+ "privatekey": "C:\Users\xxx\xxx\xxx",
36
36
  "passphrase": "",
37
37
  "hosthash": "",
38
38
  "ignorehost": true,

2

added error mess.

2019/02/01 09:47

投稿

akoro
akoro

スコア27

title CHANGED
File without changes
body CHANGED
@@ -46,4 +46,8 @@
46
46
  "watchTimeout": 500
47
47
  }
48
48
 
49
- ```
49
+ ```
50
+
51
+ error message:
52
+ Could not parse .fpconfig
53
+ Unexpected token U in JSON at position 241

1

added file detail

2019/02/01 06:25

投稿

akoro
akoro

スコア27

title CHANGED
File without changes
body CHANGED
@@ -18,4 +18,32 @@
18
18
 
19
19
  お力添えいただけますと幸いです。
20
20
 
21
- もし他に情報記載必要でしたら追記いたします。
21
+ もし他に情報記載必要でしたら追記いたします。
22
+
23
+ --追記--
24
+ ```.ftpconfig
25
+ {
26
+ "protocol": "sftp",
27
+ "host": "xxx.xx.xxx.xx",
28
+ "port": 22,
29
+ "user": "xxxx",
30
+ "pass": "",
31
+ "promptForPass": false,
32
+ "remote": "/home/xxx/xx",
33
+ "local": "",
34
+ "agent": "",
35
+ "privatekey": "C:\Users\CLONIT\xxx\xxx",
36
+ "passphrase": "",
37
+ "hosthash": "",
38
+ "ignorehost": true,
39
+ "connTimeout": 10000,
40
+ "keepalive": 10000,
41
+ "keyboardInteractive": false,
42
+ "keyboardInteractiveForPass": false,
43
+ "remoteCommand": "",
44
+ "remoteShell": "",
45
+ "watch": [],
46
+ "watchTimeout": 500
47
+ }
48
+
49
+ ```