5

I have a server which I can't modify/install anything on that. the only way that server gives me is to use sftp protocol to connect to the server and modify the files. I have access to the server using a key and a user name. these are tested and are working when I use the FileZilla client. Now I want to push to my server using tortoiseGIT or command line, but I can't find any option for using the sftp protocol on tortoiseGit. is it at all possible?

1
  • Please more details. What kind of server? Windows, Unix, Linux, ...?
    – vonbrand
    Commented Jan 23, 2013 at 18:00

1 Answer 1

1

Set the remote URL in TortoiseGit as follows:

ssh://<username>@<server-address>/<repository-folder>

Of course replace <username>, <server-address> and <repository-folder> with their corresponding values.

3
  • what does it has to do with what he asked?
    – vsync
    Commented Feb 26, 2015 at 15:22
  • @vsync - The OP wanted to use TortoiseGIT to push to a server to which he has sftp access. Setting the remote URL in TortoiseGit like I suggested allows him to do exactly that.
    – Joe
    Commented Feb 27, 2015 at 10:49
  • ho, now I understand what he wanted.. I thought it was something I am after. maybe you would know.. stackoverflow.com/q/28750666/104380
    – vsync
    Commented Feb 27, 2015 at 17:36

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .