Script to sync files from remote/hosted server#185
Open
nugget wants to merge 6 commits intopdinklag:masterfrom
Open
Script to sync files from remote/hosted server#185nugget wants to merge 6 commits intopdinklag:masterfrom
nugget wants to merge 6 commits intopdinklag:masterfrom
Conversation
This is a sample script which can sync the necessary files over FTP from a remote or hosted Minecraft server.
Owner
|
Thanks a lot! The only thing I'm against is configuring the host data (name, user and password) in a version-controlled file. If someone is keeping a Github fork, that's an accidental data leak waiting to happen. My solution is typically to have the script source in a config file with some gitignored extension, or have it auto-generate a dummy if it doesn't exist. I'll gladly add that myself. |
Author
|
How's this look? |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is a sample script which can sync the necessary files over FTP from a remote or hosted Minecraft server.
This is just one of many possible solutions to Issue #152
Happy to adjust to suit style/philosophy differences. Just let me know what you'd like to see.