I have installed ftp.simple, watched the YouTube video, created a SFTP config for a remote server in the ftp-simple-temp-json, and run the command: Open the file directly fr
after installing ftp-simple from extensions
1- check your internet connection.
2- restart VS CODE.
3- cmd + shift + p --> type: ftp-simple:Config --> Enter
4- you can see ftp-simple-temp.json
file change it like so
[
{
"name": "Sample-Name",
"host": "Sample-Host",
"port": 21,
"type": "ftp",
"username": "Your FTP USERNAME",
"password": "Your FTP PASSWORD",
"path": "/",
"autosave": true,
"confirm": true
}
]
---> save then hit enter.
5- a little bar at the top of the window shows up with "Sample-Name" given above --> hit enter
6- wait a moment (depending on your internet connection speed) then another little bar pops up with a directory of your FTP server and just hit enter to see the entire project folder.
you should be fine...
You can check the logs to see if an error occurred.
%appdata%/Code/logs/[Date]/renderer1.log
I found the error I had using this file.
My versions:
{ "name": "any given name", "host": "given ftp address", "port": 21, "type": "ftp", "username": "given username", "password": "given password", "path": "/", "autosave": true, "confirm": true }
C:\Users\username\AppData\Roaming\Code\logs
and find out what is the problem.