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!
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.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With