clone git repository via active FTP
I'm a branch office worker and have uploaded my existing repo to the ftp server at my company's central office. The central office is using Microsoft's ftp server. I have no access to install anything on the server and was only able to connect/browse to the ftp server using a real ftp client that supports active mode ftp. I have tried cloning with the following command lines: git clone ftp://companyDomain\username@ftp.company.com/project.repo/.git git clone ftp://username@company.com@ftp.company.com/project.repo/.git git clone ftp://username%40company.com@ftp.company.com/project.repo/.git git