สำหรับ clone ไฟล์ขึ้น FTP อาจจะใช้ในกรณีสำหรับ Hosting ที่ไม่มี SSH หรือ git support
1 2 |
curl https://raw.githubusercontent.com/git-ftp/git-ftp/master/git-ftp > /bin/git-ftp chmod 755 /bin/git-ftp |
ดูข้อมูลเพิ่มเติม : https://github.com/git-ftp/git-ftp/blob/master/INSTALL.md#windows
หากเอาขึ้น FTP ครั้งแรกให้ใช้
1 |
$ git ftp init -u 'username' -P ftp://host.example.com/public_html |
ครั้งต่อๆไปใช้
1 |
$ git ftp push -u 'username' -P ftp://host.example.com/public_html |
ตัวอย่าง
ดูข้อมูลเพิ่มเติม : https://github.com/git-ftp/git-ftp
ป้ายกำกับ:git, git-ftp, Install git-ftp, Windows