top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

How To Connect To Remote Server FTP for GIT

0 votes
379 views

How do you connect to Remote Server please?
I used to only connect to server using dreamweaver

posted Jul 8, 2013 by anonymous

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

Git does not support FTP for accessing remote repositories.

If, on the other hand, you'd like to use Git to assist you with *deployment* of your code (looks like you're doing web development), then take a look at git-ftp [ https://github.com/git-ftp/git-ftp ] -- this tool is able to synchronize a directory on a FTP-server with your Git repository. It's able to perform minimal transfers (upload only those files which were changed since the last synchronization session) and remove files/directories which were removed in the repository.

answer Jul 8, 2013 by anonymous
Similar Questions
+3 votes

Which local IP address does FTP select to connect to remote when it has multiple IP addresses ?

+3 votes

I want to setup a FTP server on a machine which has only 3G or 4G connection no wifi/broadband. How to proceed any pointer would be helpful?

+9 votes

Explain the following terms: DNS, SMTP, HTTP, FTP, Hub, Switch, Firewall, BOOTP, DHCP, SNMP?
Please mention the standard port numbers for these terms.

...