Last active
March 6, 2019 10:29
-
-
Save davidperezgar/23a3490e3179b630b76e1bbd33027a97 to your computer and use it in GitHub Desktop.
GIT FTP Config lines
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[git-ftp] | |
url = ftp://ftp.url.com:21/www/ | |
user = username | |
password = "pass" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment