At the moment all my projects are on localhost. Is there some way, via plugin or sublime itself, to work with files on remote host, or some kind of tutorial that shows how to do this?
I prefer to mount the remote directory using sshfs
and work there, otherwise I use ST2 SFTP package mentioned above.
sshfs:
This is a filesystem client based on the SSH File Transfer Protocol. Since most SSH servers already support this protocol it is very easy to set up: i.e. on the server side there's nothing to do. On the client side mounting the filesystem is as easy as logging into the server with ssh.
Example:
sshfs [email protected]:/server/path /local/path
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