lukasz-wronski / vscode-ftp-sync

Ftp Sync plugin for Visual Studio Code
https://marketplace.visualstudio.com/items/lukasz-wronski.ftp-sync
320 stars 89 forks source link

git-ftp #362

Open ManPython opened 1 year ago

ManPython commented 1 year ago

Maybe you can support some function around GIT? In case we have FTP data, the just need git ftp push

https://github.com/git-ftp/git-ftp

git config git-ftp.url
git config git-ftp.username
git config git-ftp.password
git ftp push 
# Upload all files
git ftp init

# Or if the files are already there
git ftp catchup

https://www.youtube.com/watch?v=ZvlwmOD1stA https://www.youtube.com/watch?v=KTVDkLmCpDo