Is there a way to use VS with a remote site accessible only by sftp?

I work with asp.net and write several classes (controls for CMS) for use on my site. Right now I'm using a text editor (UE) that has sftp support and syntax highlighting to edit files and save using sftp. Then I just check it out on the test site. It works well .. but since I am very new to C #, I am always looking for methods, arguments, etc.

Impossible, but pain.

So, it includes Visual Studio. I would like to use VS, so I get autocomplete and bindings to MSDN. However, I am not interested in setting up a local environment for work, since I already have a test environment on my web hosting, and frankly, these are the differences between my setting and the host (i.e.: CMS problems, unicode, dates ...) which are more complex bits.

Is there a way to use Visual Studio with a remote site only accessible by sftp?

+3
source share
2 answers

One way to do this is to mount the SFTP server as a Windows drive.

SFTP- , Windows. DMZ, , SFTP- .

, , ExpanDrive. Visual Studio , SFTP .

+4

, :

- FileZilla, "" . , , , .

:

Visual Studio . : VIM (Vi Embedded). sFTP .

:

VIM Docs:

Vim VimL script () . rcp, scp, ftp ftp + <.netrc > , scp, fetch, dav/tadaver, rsync sftp.

+1

Source: https://habr.com/ru/post/1706095/


All Articles