回答編集履歴

1

Modified

2019/02/01 09:52

投稿

Stan_Dma
Stan_Dma

スコア68

test CHANGED
@@ -1 +1 @@
1
- I have just used Atom for testing in my PC environment. I see what your error messeage "unexpected token U in JSON at position 241" means. The token 'U' means the first letter of 'Users' specified in 'C:\Users\CLONIT\xxx\xxx'. That shows you have not two yen marks before 'U' letter, you have only one yen mark. '\U' (U with single yen mark) processes specially to cause an error. And also 'position 241' points what the number of characters is counted by byte from the beginning of the .ftpconfig file. It means 241th character causes an error. Hope this help.
1
+ I have just used Atom for testing in my PC environment. I see what your error messeage "unexpected token U in JSON at position 241" means. The token 'U' means the first letter of 'Users' specified in 'C:\Users\xxx\xxx\xxx'. That shows you have not two yen marks before 'U' letter, you have only one yen mark. '\U' (U with single yen mark) processes specially to cause an error. And also 'position 241' points what the number of characters is counted by byte from the beginning of the .ftpconfig file. It means 241th character causes an error. Hope this help.