How to open remote files in sublime text 3

Raman Balyan

I am connecting to remote server using "mRemoteNG" and want to open remote server files in my local sublime text editor. During my research, I found this relevant blog https://wrgms.com/editing-files-remotely-via-ssh-on-sublimetext-3/ and followed the instructions but it is not working for me. Does, anybody know how can I open remote files in my Sublime?

emamie

On server

Install rsub:

# wget -O /usr/local/bin/rsub \https://raw.github.com/aurora/rmate/master/rmate
# chmod a+x /usr/local/bin/rsub

On local

  1. Install rsub Sublime3 package:

On Sublime Text 3, open Package Manager (Ctrl-Shift-P on Linux/Win, Cmd-Shift-P on Mac, Install Package), and search for rsub and install it

  1. Open command line and connect to remote server:

# ssh -R 52698:localhost:52698 server_user@server_address

  1. after connect to server run this command on server:

# rsub path_to_file/file.txt

  1. File opening auto in Sublime 3

As of today (2018/09/05) you should use : https://github.com/randy3k/RemoteSubl because you can find it in packagecontrol.io while "rsub" is not present.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

How to open files with sublime text 3 from terminal?

From Dev

sublime text 3 - console - how to open a file

From Dev

How to start Sublime Text 3 with a new file open along with the files opened in the last session

From Dev

Can't open multiple files in Sublime Text 3

From Dev

Save open files with new encoding in Sublime Text 3

From Dev

Why can't I open `.plist` files in Sublime Text 3

From Dev

How to Open files and folders in same window in Sublime Text on macOS?

From Dev

Sublime Text 2: how to force all files to open in a single window?

From Dev

Sublime Text: text list of open files

From Dev

how to select which browser to open by sublime text 3

From Dev

Sublime Text remember open files and folders

From Dev

Sublime Text, open files depending on the git branch

From Dev

Renaming open files in sublime text 2

From Dev

Open files in existing window in Sublime Text

From Dev

In Sublime Text 3, how do you enable Emmet for JSX files?

From Dev

How to increase number of recent files in Sublime Text 3?

From Dev

How can I, in Terminal use Sublime Text to open a remote directory mounted by Nautilus?

From Dev

Sublime Text 3 fails to open SumatraPDF

From Dev

Open multiple projects in Sublime Text 3 editor

From Dev

Sublime Text Won't Open Remote Via Caja (nautilus)

From Dev

How do I open my code file with sublime text without it opening my previous files on other tabs

From Dev

How do I open my code file with sublime text without it opening my previous files on other tabs

From Dev

How do I get files with no extension to open with Sublime Text 2 by default?

From Java

Search in all files in a project in Sublime Text 3

From Dev

How to open sublime text from terminal in windows?

From Dev

How to tell sublime text not to open two windows

From Dev

.sublime-build files not present after Sublime Text 3 install

From Dev

How to set a shortcut to open syntax specific settings file on Sublime Text 3?

From Dev

How can I configure git to open the relevant COMMIT_EDITMSG in sublime text 3?

Related Related

  1. 1

    How to open files with sublime text 3 from terminal?

  2. 2

    sublime text 3 - console - how to open a file

  3. 3

    How to start Sublime Text 3 with a new file open along with the files opened in the last session

  4. 4

    Can't open multiple files in Sublime Text 3

  5. 5

    Save open files with new encoding in Sublime Text 3

  6. 6

    Why can't I open `.plist` files in Sublime Text 3

  7. 7

    How to Open files and folders in same window in Sublime Text on macOS?

  8. 8

    Sublime Text 2: how to force all files to open in a single window?

  9. 9

    Sublime Text: text list of open files

  10. 10

    how to select which browser to open by sublime text 3

  11. 11

    Sublime Text remember open files and folders

  12. 12

    Sublime Text, open files depending on the git branch

  13. 13

    Renaming open files in sublime text 2

  14. 14

    Open files in existing window in Sublime Text

  15. 15

    In Sublime Text 3, how do you enable Emmet for JSX files?

  16. 16

    How to increase number of recent files in Sublime Text 3?

  17. 17

    How can I, in Terminal use Sublime Text to open a remote directory mounted by Nautilus?

  18. 18

    Sublime Text 3 fails to open SumatraPDF

  19. 19

    Open multiple projects in Sublime Text 3 editor

  20. 20

    Sublime Text Won't Open Remote Via Caja (nautilus)

  21. 21

    How do I open my code file with sublime text without it opening my previous files on other tabs

  22. 22

    How do I open my code file with sublime text without it opening my previous files on other tabs

  23. 23

    How do I get files with no extension to open with Sublime Text 2 by default?

  24. 24

    Search in all files in a project in Sublime Text 3

  25. 25

    How to open sublime text from terminal in windows?

  26. 26

    How to tell sublime text not to open two windows

  27. 27

    .sublime-build files not present after Sublime Text 3 install

  28. 28

    How to set a shortcut to open syntax specific settings file on Sublime Text 3?

  29. 29

    How can I configure git to open the relevant COMMIT_EDITMSG in sublime text 3?

HotTag

Archive