Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a way to open remote directories with all files in sublime text (Windows)

I need to use the features like find in folder to search for contents inside remote directories, currently I must download the directory and do this locally, or visit files individually. Can anyone put something helpful for this?

This question is asked as a comment here as well, but no answer is provided.

Thanks in advance!

like image 820
Naser Nikzad Avatar asked Sep 02 '25 16:09

Naser Nikzad


1 Answers

You can use the SFTP package enter link description here

After installation, you need to set up a remote host.

on your project right click > SMTP/SFT > MAP to remote

in the opening window setup your host connection.

You need to just update this section.

"host": "example.com",
"user": "username",
//"password": "password",
//"port": "22",

"remote_path": "/example/path/",

then check your connection Right click on sublime > SFTP/FTP > Browse Remote

If you connect successfully you will see your directories.

enter image description here

enter image description here

enter image description here

like image 78
Nasser Ali Karimi Avatar answered Sep 06 '25 01:09

Nasser Ali Karimi