Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

can't setup Sublime Text 3 & SFTP

I have installed SFTP using the Package Installer (control+shift+p), but now when i hit on "Add new server", no matter which file i am, it just added the code/json i have to enter my username/pass and so on. and i do this and then nothing happens. I wanted videos and the guy in the video open a new file and put there the setting of the ftp and when he clicked on SFTP: Browse the new connection was there, but i dont see mine. it never show up. what im doing wrong. im stuck and i need help. thanks a lot!

like image 721
Dimitar Avatar asked Nov 29 '22 07:11

Dimitar


2 Answers

If you have a Windows PC, you can use Swish.
It will create a folder that is a remote connection to your SFTP. And best part, it's free.

Open your files in Sublime and get all sync.

Here is a how-to: http://www.howtogeek.com/165893/how-to-integrate-a-remote-sftp-directory-into-windows-explorer/

like image 43
Luiz Vaz Avatar answered Dec 09 '22 09:12

Luiz Vaz


same problem here. in the usage tutorial, Will says that the server config needs to be saved under sftp_servers/ folder, but doesn't say where this folder needs to be. I'm guessing this is the problem.

update:

I figured this out by looking around. The Command "browse packages" takes you to a folder where all the packages are installed, and there is the User/sftp_servers/ folder. If you copy your server config file to this folder, you should be able to browse the servers.

like image 68
zhuang Avatar answered Dec 09 '22 09:12

zhuang