-
Notifications
You must be signed in to change notification settings - Fork 5
Description
Hello,
This sounds great! I am working on a project that only allows FTP access using Explicit FTPS (FTPES or FTP with TLS/SSL) or WebDAV (HTTPS/SSL). I really want to start using GIT version control we all know and love on this project.
If I understand your project correctly, you only have to added the "git-ftp.php" file to the root of the local git repository (working files) - there is no need to add any php files to the remote FTP server.
I think this could allow me to develop with GIT on this project, if it does I would be a very happy man :)
Will this script allow me to deploy via ftps or WebDAV?
Can I tell Git-ftp.php not to upload the "git-ftp.php" file to the ftp server because the server does not allow ftp access to the root directory only sub folders. If I add this file to the gitingnore file would this solve this issue?
Many thanks in advance.
Kind regards
Brian