↧
Answer by A.Nelson for Issue Connection to server using Remote-FTP atom...
The problem is the backslashes. The .ftpconfig file is in JSON format and slash followed by character has a special meaning. To use your ssh key you just have to escape the slashes. In other words...
View ArticleAnswer by Julian Orrego for Issue Connection to server using Remote-FTP atom...
Put your private key in following path: C:\Users\USER\AppData\Local\atom\app-1.30.0Replace USER. It seems it looks in this folder for the keys.
View ArticleIssue Connection to server using Remote-FTP atom package and Private Keys
I'm trying to connect to my server using the atom package "Remote-FTP" and using a private key.I have the SSH keys set up on my server and can connect successfully using putty.The private key is saved...
View Article